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.
2 parents fda11a4 + 009ccb1 commit ddb3b8bCopy full SHA for ddb3b8b
README.md
@@ -83,7 +83,7 @@ A custom property is any property whose name starts with two dashes `--`. A prop
83
Custom properties can be declared multiple times, but like variable scope in other languages, only the most specific one takes precedence.
84
85
```css
86
-:root: {
+:root {
87
--some-color: red;
88
}
89
0 commit comments