Skip to content

Commit 62a5837

Browse files
authored
docs: clarify end of support for node-sass (#21244)
We deprecated support for node-sass in v10 with the intent of removing it in v11, but we did not make this clear in the v11 changelog. This PR clarifies that node-sass support is ended.
1 parent ede509a commit 62a5837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999

100100
### material
101101

102+
Note: Support for the node-sass npm package, based on libsass, was deprecated in version 10. This
103+
support officially ends with version 11. Ending support for node-sass allows us to switch to the
104+
new Sass module system (the `@use` syntax), simplifying our Sass and keeping up with ecosystem
105+
best practices. The `sass` npm package is an API compatible replacement maintained by the official
106+
Sass team at Google.
107+
102108
_Breaking changes:_
103109

104110
* **snack-bar:** matSnackBarHarness.getRole() replaced with .getAriaLive() due to using aria-live

0 commit comments

Comments
 (0)