Explorar el Código

purge deprecated

lesion hace 1 año
padre
commit
c5e8081238
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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: [],
   }