mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-23 02:40:23 +08:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
module.exports = {
|
|
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
|
|
important: true,
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
};
|