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.
1 parent b6b9c9e commit a253ad4Copy full SHA for a253ad4
README.md
@@ -157,7 +157,7 @@ $cssDocument = $parser->parse();
157
foreach($cssDocument->getAllRuleSets() as $oRuleSet) {
158
// Note that the added dash will make this remove all rules starting with
159
// `font-` (like `font-size`, `font-weight`, etc.) as well as a potential
160
- // `font-rule`.
+ // `font` rule.
161
$oRuleSet->removeRule('font-');
162
$oRuleSet->removeRule('cursor');
163
}
0 commit comments