Преглед на файлове

Add infopanel class to safe list

The .closed class that the infopanel uses was getting purged when
pushing to production. Updated the safelist to prevent this.
ApisNecros преди 2 години
родител
ревизия
0e67f67789
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tailwind.config.js

+ 1 - 0
tailwind.config.js

@@ -11,6 +11,7 @@ module.exports = {
       '.modal-title',
       '.modal-closer',
       '.modal-body',
+      ".closed"
     ]
   },
   darkMode: false, // or 'media' or 'class'