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