This commit is contained in:
‘Liammcl’
2025-01-19 16:59:17 +08:00
parent ec73e51a2d
commit 12bda4ab8f
19 changed files with 561 additions and 354 deletions

View File

@@ -1,5 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
const withMT = require("@material-tailwind/react/utils/withMT");
module.exports = withMT({
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
@@ -133,4 +135,4 @@ export default {
corePlugins: {
preflight: false,
},
}
})