zsqy-naive-ui/tailwind.config.js

8 lines
129 B
JavaScript
Raw Permalink Normal View History

module.exports = {
2024-02-05 10:47:59 +08:00
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
important: true,
theme: {
extend: {},
},
};