fixing purgecss element issues
This commit is contained in:
parent
656041a4cf
commit
915b9be105
1 changed files with 8 additions and 0 deletions
|
@ -185,8 +185,16 @@ function getCSSWhitelistPatterns() {
|
||||||
/^html$/,
|
/^html$/,
|
||||||
/^body$/,
|
/^body$/,
|
||||||
/^blockquote$/,
|
/^blockquote$/,
|
||||||
|
/^input$/,
|
||||||
|
/^svg$/,
|
||||||
|
/^img$/,
|
||||||
/^ul$/,
|
/^ul$/,
|
||||||
|
/^li$/,
|
||||||
|
/^p$/,
|
||||||
|
/^a$/,
|
||||||
/^h.$/,
|
/^h.$/,
|
||||||
|
/^pre$/,
|
||||||
|
/^code$/,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue