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