Skip to content

Add SCSS and Less support#58

Merged
janrito merged 1 commit into
mainfrom
scss-less
Jul 12, 2026
Merged

Add SCSS and Less support#58
janrito merged 1 commit into
mainfrom
scss-less

Conversation

@janrito

@janrito janrito commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Add SCSS and Less support.

Both are CSS supersets whose rules nest structurally
(.card { .title { &:hover {} } }), a hierarchy the query path flattens on its
own. They register as query plugins that reuse the CSS nesting scope helper via
scope_extractor, so nested rules carry the correct ::-joined scope, with a
bespoke import extractor for @use/@forward/@import and sample projects
whose @use edges resolve to sibling files.

New grammars, so both plugins start at version 1.


Stacked PRs (merge bottom → top): #54 · #55 · #56 · #57 · #58 · #59 · #60

Register the scss and less plugins, reusing the CSS nesting scope
helper, with sample projects and golden snapshots.
Base automatically changed from scripting-languages to main July 12, 2026 22:08
@janrito janrito merged commit 8de59d9 into main Jul 12, 2026
1 check passed
@janrito janrito deleted the scss-less branch July 12, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant