-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Feature Use Case
It would be great to tweak the parsers rules for other domain-specific-languages like Sass and Less, to allow for broader syntax support of these, but keep it out of the scope of this repo.
E.g. CSS has no support for negative var() statements, in contrast to Sass and Less, they allow to prefix variables with unary operators like -$var #84
Currently I refactor a stylelint plugin and I need to support not only CSS, but also Sass and Less syntax.
Feature Proposal
As supposed in #82 by @shellscape hooks could be a generic solution to this problem.
Would be great to make them plug-able as well.
Reactions are currently unavailable