浏览代码

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'