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

Attempt to detect installed Sass implementation #292

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Conversation

jgerigmeyer
Copy link
Member

Fixes #290

Copy link

@jamesnw jamesnw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -66,6 +66,18 @@
"jest-diff": "^29.7.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"sass": ">=1.45.0",
"sass-embedded": ">=1.45.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious why ">=1.45.0". I think it's the minimum supported version? Should we add that to the README?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think that's the minimum version that supports the "modern" API (which is what True uses). Added a note in 51c9e41

* main:
  Update tests for Sass changes
  Bump the npm-minor-upgrades group with 8 updates
@jgerigmeyer jgerigmeyer merged commit 630ae08 into main Oct 2, 2024
3 checks passed
@jgerigmeyer jgerigmeyer deleted the auto-detect-sass branch October 2, 2024 16:20
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.

Auto-detect sass vs sass-embedded
3 participants