revert:upgraded the version of all packages to the latest version, and made an upgrade before cross-version

This commit is contained in:
elonehoo
2022-11-11 23:38:37 +08:00
parent af68d4bc67
commit 724af94c08
7 changed files with 2389 additions and 3007 deletions

View File

@@ -1,11 +1,13 @@
module.exports = {
mode: 'jit',
// darkMode: 'class',
plugins: [createEnterPlugin()],
purge: {
content: {
enable: process.env.NODE_ENV === 'production',
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
},
corePlugins: {
preflight: false,
},
theme: {
extend: {
zIndex: {