Commit 2c7db6b
committed
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-sass1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
315 | | - | |
| 314 | + | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
0 commit comments