sp-dev-fx-webparts/samples/react-tailwindcss3/tailwind.config.js

9 lines
169 B
JavaScript
Raw Normal View History

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