Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add postcss-scss package to parse SCSS using Stylelint version 14 or higher #121

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

PaulREnglish
Copy link
Contributor

Adds postcss-scss package to parse SCSS.

Description

Stylelint version 14 no longer includes a syntax that can parse SCSS. This means we need to add the appropriate syntax ourselves. I've opted to use postcss-scss. See the Stylelint version 14 migration docs for more details. (Note that we are currently on Stylelint version 15).

PR that updated Stylelint to version 15: #113.

Change Log

  • Adds postcss-scss package and uses that as a custom syntax.

Stylelint 14 no longer includes the syntaxes that parses SCSS.  So this commit adds the postcss-scss package to add that syntax back in.
@PaulREnglish PaulREnglish merged commit 88754ac into main Aug 13, 2024
3 checks passed
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.

2 participants