Files
AJ-Report/Report-V3-TS/tailwind.config.js
2024-12-08 17:39:23 +08:00

8 lines
129 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
important: true,
theme: {
extend: {},
},
};