We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e7fcb commit 0f88d1aCopy full SHA for 0f88d1a
1 file changed
lessons/00-basic-selectors.json
@@ -110,18 +110,10 @@
110
"value": "^strong\\s*{",
111
"message": "Include a <kbd>strong { … }</kbd> selector"
112
},
113
- {
114
- "type": "property_value",
115
- "value": {
116
- "property": "color",
117
- "expected": "red"
118
- },
119
- "message": "Set the <kbd>color: red</kbd> for strong elements"
120
121
{
122
"type": "regex",
123
- "value": "strong\\s*{[^}]*}",
124
- "message": "Make sure to close your strong rule with a closing brace <kbd>}</kbd>"
+ "value": "strong\\s*{\\s*color:\\s*red;[^}]*}",
+ "message": "Set the <kbd>color: red</kbd> for strong elements"
125
}
126
]
127
0 commit comments