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

13 lines
218 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
prefix: "tw-",
content: ["./src/**/*.{html,js,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
corePlugins: {
preflight: false,
},
};