Ver Fonte

Update Path for css purging

Apis Necros há 2 anos atrás
pai
commit
fb50a5b722
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      tailwind.config.js

+ 2 - 2
tailwind.config.js

@@ -1,8 +1,8 @@
 module.exports = {
   purge: {
       content: [
-      './*.{html,php}',
-      './**/*.{html,php}',
+      '../public/*.html',
+      '../public/**/*.html',
     ],
     safelist: [
       '.modal-overlay',