Skip to content

Replace deprecated node-sass with sass#4044

Merged
josevalim merged 1 commit intophoenixframework:masterfrom
optikfluffel:switch-from-node-sass-to-sass
Oct 28, 2020
Merged

Replace deprecated node-sass with sass#4044
josevalim merged 1 commit intophoenixframework:masterfrom
optikfluffel:switch-from-node-sass-to-sass

Conversation

@optikfluffel
Copy link
Copy Markdown
Contributor

This should work fine since sass-loader supports both libraries by default:

By default the loader resolve the implementation based on your dependencies. Just add required implementation to package.json (sass or node-sass package) and install dependencies.

I'm not entirely sure wether the .sass-cache in .gitignore is still needed though.

Closes #4042.

@josevalim josevalim merged commit 621d16a into phoenixframework:master Oct 28, 2020
@josevalim
Copy link
Copy Markdown
Member

💚 💙 💜 💛 ❤️

@optikfluffel optikfluffel deleted the switch-from-node-sass-to-sass branch October 28, 2020 13:44
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.

Libsass deprecated

2 participants