Drop support for Ruby Sass and LibSass #2637
Labels
breaking change
documentation
User requests new documentation or improvements to existing documentation
sass / css
Milestone
What
Drop support for Ruby Sass and LibSass, including:
Although there are no code changes, it's highly likely that we'll choose to make related breaking changes as part of this work. Regardless, it's a significant change for our users and so we should treat it as a breaking change.
Why
Ruby Sass was deprecated in April 2018 and reached End of Life in April 2019. We're not aware of any of our users still using it, but as supporting it has involved no extra work on our part we've supported it up until now.
LibSass has also been deprecated since October 2020.
The new Sass module system (
@use
) is only available in Dart Sass, and there are no plans to introduce it to LibSass. Additionally, a future release of Dart Sass will drop support for@import
which will make it impractical for us to continue to support both Dart Sass and LibSass.Dropping support for LibSass is also a recommendation made by the Sass maintainers themselves:
Dropping support for Ruby Sass and LibSass will allow us to resolve the following issues:
Who needs to work on this
Developers, technical writer
Who needs to review this
Developers, technical writer
Done when
The text was updated successfully, but these errors were encountered: