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 0d69060 commit 498d504Copy full SHA for 498d504
README.md
@@ -158,7 +158,7 @@ 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.
161
- $oRuleSet->removeRule('font-');
+ $oRuleSet->removeRule('font-');
162
$oRuleSet->removeRule('cursor');
163
}
164
```
@@ -625,20 +625,20 @@ classDiagram
625
626
class OutputFormat {
627
628
-
+
629
class OutputFormatter {
630
631
632
class Parser {
633
634
635
class ParserState {
636
637
638
class Renderable {
639
<<interface>>
640
641
642
class Settings {
643
644
0 commit comments