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

update scss and sass detectors to use a dedicated parser, not the css one #8973

Merged
merged 4 commits into from
Jun 25, 2024

Conversation

davidfirst
Copy link
Member

The fix was done here: https://bit.cloud/teambit/styling/~change-requests/change-sass-scss-parser
It replaces the scss/sass parser from css-tree to gonzales-pe. This way, in case a syntax is invalid in css but valid in sass (e.g. comment as //) it doesn't break the parsing of the file.

@davidfirst davidfirst merged commit 63d895d into master Jun 25, 2024
11 checks passed
@davidfirst davidfirst deleted the change-sass-scss-parser branch June 25, 2024 18:10
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.

None yet

2 participants