fix: update strong selector example to include color property
This commit is contained in:
@@ -110,18 +110,10 @@
|
||||
"value": "^strong\\s*{",
|
||||
"message": "Include a <kbd>strong { … }</kbd> selector"
|
||||
},
|
||||
{
|
||||
"type": "property_value",
|
||||
"value": {
|
||||
"property": "color",
|
||||
"expected": "red"
|
||||
},
|
||||
"message": "Set the <kbd>color: red</kbd> for strong elements"
|
||||
},
|
||||
{
|
||||
"type": "regex",
|
||||
"value": "strong\\s*{[^}]*}",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user