File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3480,7 +3480,7 @@ Argument Grammars and Spread Syntax</h3>
3480
3480
and only evaluates a single argument
3481
3481
matching the first successful test.
3482
3482
3483
- This allow ''if()'' to achieve behavior similar to `if` constructs
3483
+ This allows ''if()'' to achieve behavior similar to `if` constructs
3484
3484
in other programming languages,
3485
3485
where later "branches" aren't evaluated at all
3486
3486
(beyond a basic parse)
@@ -3495,7 +3495,7 @@ Argument Grammars and Spread Syntax</h3>
3495
3495
3496
3496
<pre highlight=css>
3497
3497
.foo {
3498
- --color: if(media(width >= 600px): blue; else: var(--foo ));
3498
+ --color: if(media(width >= 600px): blue; else: var(--color ));
3499
3499
}
3500
3500
</pre>
3501
3501
</div>
You can’t perform that action at this time.
0 commit comments