ソースを参照

purge deprecated

lesion 1 年間 前
コミット
c5e8081238
1 ファイル変更1 行追加3 行削除
  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: [],
   }