Skip to content

Commit 009ccb1

Browse files
Syntax error fix in readme
1 parent fda11a4 commit 009ccb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A custom property is any property whose name starts with two dashes `--`. A prop
8383
Custom properties can be declared multiple times, but like variable scope in other languages, only the most specific one takes precedence.
8484

8585
```css
86-
:root: {
86+
:root {
8787
--some-color: red;
8888
}
8989

0 commit comments

Comments
 (0)