fixing purgecss element issues

This commit is contained in:
Adam Piontek 2021-07-10 19:54:56 -04:00
parent 656041a4cf
commit 915b9be105

View file

@ -185,8 +185,16 @@ function getCSSWhitelistPatterns() {
/^html$/,
/^body$/,
/^blockquote$/,
/^input$/,
/^svg$/,
/^img$/,
/^ul$/,
/^li$/,
/^p$/,
/^a$/,
/^h.$/,
/^pre$/,
/^code$/,
];
}