Skip to content

Prefer sass over node-sass #14649

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

Closed
wants to merge 1 commit into from
Closed

Prefer sass over node-sass #14649

wants to merge 1 commit into from

Conversation

weaverryan
Copy link
Member

@weaverryan weaverryan commented Dec 3, 2020

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.

@OskarStark
Copy link
Contributor

Shouldn't this go in 4.4? 🧐

@javiereguiluz javiereguiluz added this to the 4.4 milestone Dec 5, 2020
@javiereguiluz
Copy link
Member

@OskarStark yes! The front-end stuff is (almost always) independent from the Symfony version, so let's merge it in the lowest maintained branch. Thanks!

@wouterj
Copy link
Member

wouterj commented Dec 5, 2020

Thanks Ryan.

#SymfonyHackday

wouterj added a commit that referenced this pull request Dec 5, 2020
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
@fabpot fabpot closed this Dec 5, 2020
@OskarStark OskarStark deleted the prefer-sass branch December 5, 2020 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants