beefast-website/tailwind.config.js
2025-01-09 13:32:29 +08:00

10 lines
144 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}