You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14649 Prefer sass over node-sass (weaverryan)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Prefer sass over node-sass
Hi!
`node-sass` is deprecated in favor of `sass` - https://sass-lang.com/blog/libsass-is-deprecated. Encore works exactly the same with both, and `sass` doesn't require an annoying compile step that sometimes fails anyways.
And also, here is the PR that will change which library is recommended: symfony/webpack-encore#870
I will merge and tag that shortly.
Commits
-------
41418b7 Prefer sass over node-sass
0 commit comments