This repository was archived by the owner on May 14, 2021. It is now read-only.
Processor replaces interpolations for comments, this raises the error of comment-empty-line-before
stylelint rule
#185
Labels
I use stylelint-config-standard which contains the rule
If I try to process the following code (from the example, slightly modified):
then as a result I will get:
i.e
These dummyComments violate the rule and stylelint throws errors:
A simple solution to the problem is to write like this:
Styles within the interpolation will continue to be validated by stylelint. But it does not look quite right. What do you think there are other solutions to the problem?
The text was updated successfully, but these errors were encountered: