Skip to content

Support customisation for other DSLs like Sass, Less, ... #85

@AndyOGo

Description

@AndyOGo

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions