8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
font
body
1 parent de5f4f6 commit 86b8356 D2F2 Copy full SHA for 86b8356
index.js
@@ -76,7 +76,7 @@ function cleanupCss(str) {
76
if (el.selectors.length === 1 && /^(?:html|body)$/.test(el.selectors[0])) {
77
el.declarations = el.declarations.filter(function (declaration) {
78
// remove everything from body/html other than these
79
- if (/^font|^(?:line-height|color)$|text-size-adjust$/.test(declaration.property)) {
+ if (/^(?:line-height|color)$|text-size-adjust$/.test(declaration.property)) {
80
return true;
81
}
82
0 commit comments