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

upgrade to dart-sass #135

Open
liudonghua123 opened this issue Jan 6, 2021 · 3 comments
Open

upgrade to dart-sass #135

liudonghua123 opened this issue Jan 6, 2021 · 3 comments

Comments

@liudonghua123
Copy link

liudonghua123 commented Jan 6, 2021

node-sass ( https://github.com/sass/node-sass ) and libsass ( https://github.com/sass/libsass ) are both deprecated, see more details on https://sass-lang.com/blog/libsass-is-deprecated.

The only active official sass implementation is dart-sass ( https://github.com/sass/dart-sass ). Maybe we should change the implementation from node-sass, libsass to dart-sass, the pure js implementation.

If we use dart-sass, browser support may be easier than none js implementation like less.

@rodneyrehm
Copy link
Member

Wouldn't dart-sass flat out replace sass.js? what's sass.js still needed for?

@thoka
Copy link

thoka commented Apr 6, 2021

It seems dart-sass still does not run inside the browser ...

sass/dart-sass#25

@thednp
Copy link

thednp commented Sep 19, 2021

Hey there. We have the package.json and a dependency list, what would it take more than update to latest version each dependency and build a new sass.sync.js with latest code from libsass?

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

4 participants