Browse Source

更新依赖,更新正式服时,请编译全部

ZaiZai 1 year ago
parent
commit
6987731370
1 changed files with 8 additions and 7 deletions
  1. 8 7
      tailwind.config.js

+ 8 - 7
tailwind.config.js

@@ -1,16 +1,17 @@
 module.exports = {
     content: [
-        "./index.html",
-        "./src/**/*.{vue,js}",
+        './index.html',
+        './src/**/*.{vue,js}',
+        '!./dist/**/*',
     ],
     theme: {
         extend: {
             width: {
-                '414': '26rem',
-                '606': '38rem',
-                '750': '47rem',
-                '990': '62rem',
-            }
+                414: '26rem',
+                606: '38rem',
+                750: '47rem',
+                990: '62rem',
+            },
         },
     },
     plugins: [],