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 11c0042 commit cc1baa4Copy full SHA for cc1baa4
docs/TEST_FIXTURES.md
@@ -70,7 +70,7 @@ This document demonstrates the centralized test fixture system that provides a s
70
71
```css
72
.test {
73
- color: if(style(--theme): var(--primary) ; else: blue);
+ color: if(style(--theme): var(--primary); else: blue);
74
}
75
```
76
0 commit comments