OL-LearnPlatform-Admin/web/tailwind.config.js

8 lines
129 B
JavaScript
Raw Normal View History

2025-07-19 16:49:35 +08:00
module.exports = {
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
important: true,
theme: {
extend: {},
},
};