📜  顺风 css 清除白名单 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:35.533000             🧑  作者: Mango

代码示例1
Check this https://tailwindcss.com/docs/optimizing-for-production#safelisting-specific-classes

But you need to be aware that regex safelisting using PurgeCSS 
only works if you are not using JIT as explained here:
https://github.com/ngneat/tailwind/issues/100#issuecomment-827686193