Skip to content

Commit ddb3b8b

Browse files
Merge pull request #47 from sebastiandedeyne/patch-1
Syntax error fix in readme
2 parents fda11a4 + 009ccb1 commit ddb3b8b

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)