Skip to content

Commit 75c05a8

Browse files
committed
Exclude some more irrelevant CSS
1 parent 785948d commit 75c05a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const cleanupCss = str => {
3939
}
4040

4141
if (el.type === 'rule') {
42-
if (/::-webkit-validation|[:\-]placeholder$|^\.integrations-slide-content|^\.prose-diff|@font-face|^button::|^article$|^.plan-choice|^.plan-price|^.plan-notice|\.site-search|^::-webkit-file-upload-button$|^input::-webkit-outer-spin-button$/.test(el.selectors[0])) {
42+
if (/::-webkit-validation|[:-]placeholder$|^\.integrations-slide-content|^\.prose-diff|@font-face|^button::|^article$|^.plan-|^.plans-|\.site-search|^::-webkit-file-upload-button$|^input::-webkit-outer-spin-button$/.test(el.selectors[0])) {
4343
return false;
4444
}
4545

0 commit comments

Comments
 (0)