Skip to content

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Apr 10, 2025

Prerequisites checklist

What is the purpose of this pull request?

Adds SCSS parsing support.

What changes did you make? (Give an overview)

Added a new scss language that supports:

  • SCSS variable declaration ($foo: bar;)
  • SCSS variable usage (property: $foo)
  • @use rule
  • Module access (property: base.$foo)
  • @mixin rule
  • @include rule
  • @extend rule
  • @forward rule
  • @error, @warn, @debug rules
  • @function rule
  • @at-root rule
  • @if, @else rules
  • @each
  • @for, @while rules
  • Interpolation (#{ })
  • Placeholder selector (%message-shared {})
  • Nesting
  • Operators (this one looks the toughest -- not quite sure how to do this yet)

Related Issues

fixes #90

Is there anything you'd like reviewers to focus on?

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Request: support linting .scss files
1 participant