Closed SebastianZ closed 4 years ago
Hey, thank you!
What if we check if braces are present and append {} if not? This way we don't need to tack {} at the end of existing examples that work fine with empty rules. What do you think?
Also, I see some CSS changes too, are they intentional?
Appending the curly braces when they are not present would work for the existing rules, though that also has some downsides.
@import
or @charset
.I did the CSS changes in order to display the at-rules in a formatted way. Sorry that it wasn't clear from the commit message!
Sebastian
Agreed with your reasoning. Merged, thanks!
This makes it so that at-rules are checked including their descriptors, fixing issue #185.
In order to do proper checks, I've added complete rule declarations for all at-rules and adjusted the CSS so that multiple lines can be shown as values.