popcode
popcode copied to clipboard
Unuseful error message when missing opening curly followed by whitespace
E.g.:
p
display: block;
Generates:
On line 2:
Start a block using { after your selector. Try: {
This does the right thing if there isn’t the last line of whitespace.