OL-LearnPlatform-Admin/web/tailwind.config.js
2025-07-19 16:49:35 +08:00

8 lines
129 B
JavaScript

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