hotgo/web/tailwind.config.js

8 lines
129 B
JavaScript
Raw Normal View History

2022-11-24 23:37:34 +08:00
module.exports = {
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
important: true,
2022-11-24 23:37:34 +08:00
theme: {
extend: {},
2022-11-24 23:37:34 +08:00
},
};