-
Notifications
You must be signed in to change notification settings - Fork 47
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
Node-Sass is being deprecated, update to Dart Sass #452
Labels
Comments
Hopkinsa
added a commit
to Hopkinsa/canopy
that referenced
this issue
Jul 9, 2021
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix Legal-and-General#452
owensgit
pushed a commit
that referenced
this issue
Jul 9, 2021
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix #452
🎉 This issue has been resolved in version 6.4.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
elenagarrone
pushed a commit
to elenagarrone/canopy
that referenced
this issue
Jul 15, 2021
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix Legal-and-General#452
elenagarrone
pushed a commit
that referenced
this issue
Jul 19, 2021
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix #452
elenagarrone
pushed a commit
that referenced
this issue
Jul 19, 2021
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix #452
🎉 This issue has been resolved in version 7.0.0-next.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
elenagarrone
pushed a commit
to elenagarrone/canopy
that referenced
this issue
Feb 3, 2022
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix Legal-and-General#452
elenagarrone
pushed a commit
to elenagarrone/canopy
that referenced
this issue
Feb 3, 2022
BREAKING CHANGE: LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix Legal-and-General#452
elenagarrone
pushed a commit
that referenced
this issue
Feb 8, 2022
BREAKING CHANGE: LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass https://sass-lang.com/blog/libsass-is-deprecated fix #452
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://www.npmjs.com/package/node-sass
LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass.
This will result is a compile warning - DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
E.g.
As part of update to Dart also update Sass to use
math.div
The text was updated successfully, but these errors were encountered: