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$/, /^html$/,
/^body$/, /^body$/,
/^blockquote$/, /^blockquote$/,
/^input$/,
/^svg$/,
/^img$/,
/^ul$/, /^ul$/,
/^li$/,
/^p$/,
/^a$/,
/^h.$/, /^h.$/,
/^pre$/,
/^code$/,
]; ];
} }