-
Notifications
You must be signed in to change notification settings - Fork 70
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
Migrate from node-sass to dart-sass #366
Comments
[narrator]It wasn't[/narrator] Update gulp-sassThis should be the easiest path. In the 4.0.2 release they added the option to set your own sass compiler which is now documented in the Basic Usage section. var gulpSass = require('gulp-sass');
var sass = require('sass')
gulpSass.compiler = sass;
So, I did:
Unfortunately, this yields the following compilation error:
This is weird because Even if it worked, this is a subpar approach because Use
|
Hey @bryceosterhaus, could you take this one over now that we have the other one about sass merged into I'd say #368 is good, just need to rethink that one nasty test... maybe rethink it? 🤷 |
Yep! Was already looking into it, hopefully should have something concrete here in the next day or two |
Analog to Integrate dart-sass in liferay-npm-scripts build process.
LibSass was deprecated on October 2020. Migration steps point to:
So, hopefully this is an easy one! ;)
The text was updated successfully, but these errors were encountered: