sp-dev-fx-webparts/samples/react-birthdays-per-month/tailwind.config.js

9 lines
172 B
JavaScript
Raw Normal View History

2022-11-05 07:29:52 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
prefix: 'tw-',
content: ["./src/**/*.{html,js,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}