🌈 style: 去除无用代码

This commit is contained in:
alger
2024-05-21 10:16:30 +08:00
parent da8216e2ca
commit e52a02cf3c
8 changed files with 34 additions and 83 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
module.exports = {
purge: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}'
],
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
@@ -11,4 +8,4 @@ module.exports = {
extend: {},
},
plugins: [],
}
};