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 33b3a92 commit ebe76c2Copy full SHA for ebe76c2
css3-conditional/Overview.html
@@ -568,7 +568,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
568
;
569
570
supports_condition_in_parens
571
- : ( '(' supports_condition ')' S* ) | supports_declaration_condition
+ : ( '(' S* supports_condition ')' S* ) | supports_declaration_condition
572
573
574
supports_negation
css3-conditional/Overview.src.html
@@ -381,7 +381,7 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
381
382
383
384
385
386
387
0 commit comments