Skip to content

Commit cc1baa4

Browse files
authored
Update TEST_FIXTURES.md
1 parent 11c0042 commit cc1baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TEST_FIXTURES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This document demonstrates the centralized test fixture system that provides a s
7070

7171
```css
7272
.test {
73-
color: if(style(--theme): var(--primary) ; else: blue);
73+
color: if(style(--theme): var(--primary); else: blue);
7474
}
7575
```
7676

0 commit comments

Comments
 (0)