sp-dev-fx-webparts/samples/react-associated-sites-links/tailwind.config.js

9 lines
172 B
JavaScript
Raw Normal View History

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