mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): Update CSS variable fallback syntax question in CSS Colors Quiz (#57914)
This commit is contained in:
+1
-1
@@ -419,7 +419,7 @@ Which of the following is the correct syntax to create a CSS variable with a fal
|
||||
|
||||
```css
|
||||
.element {
|
||||
color: var(--main-color, red);
|
||||
color: var(--main-color; red);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user