wms-naivevue/tailwind.config.js
2024-11-07 16:35:04 +08:00

9 lines
173 B
JavaScript

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