-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Tied to stylelint/stylelint#1389
Given the following:
.foo { .thing(); }I end up with a rule node that erroneously has a ; in raws.after. The rule node that is produced when rendered to a string (node.toString()) looks like this: .foo { .thing(){}; }. Looking at that, it's clear that the semicolon is superfluous.
adriantoine and kachkaev
Metadata
Metadata
Assignees
Labels
No labels