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

Request: Move to Dart Sass from LibSass #97

Open
francisbarton opened this issue Oct 29, 2021 · 1 comment
Open

Request: Move to Dart Sass from LibSass #97

francisbarton opened this issue Oct 29, 2021 · 1 comment

Comments

@francisbarton
Copy link

Follow-up / branch issue from #27 - LibSass will be deprecated and certain preferred features such as @use (instead of @import are only available in the Dart Sass implementation.
(see here for example).

@wch
Copy link
Collaborator

wch commented Oct 29, 2021

This is definitely on our radar. There are some technical roadblocks in the way, however. With LibSass, we can include the C library in the package, which we know will run on all platforms. With Dart Sass, it requires a JavaScript runtime, which is a bit more challenging to do run on all platforms.

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

No branches or pull requests

2 participants