소스 검색

Update infopanel class safe list entry

Updated the safe list entry to make the .closed class not get purged.
ApisNecros 2 년 전
부모
커밋
9102ab0516
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tailwind.config.js

+ 1 - 1
tailwind.config.js

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