Browse Source

purge deprecated

lesion 1 year ago
parent
commit
c5e8081238
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tailwind.config.js

+ 1 - 3
tailwind.config.js

@@ -1,6 +1,4 @@
 module.exports = {
-    purge: {
-      content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'], 
-    },
+    content: ['./src/index.html', './src/**/*.{vue,svelte,js,ts}'], 
     plugins: [],
   }