소스 검색

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'