-
New Dec 3, 2024
Request for Comments: Indented Syntax Improvements
For users of the indented syntax (.sass), there has been a long standing request for the ability to have line breaks that don't end a statement. Certain CSS syntaxes like grid-template a...
-
New Oct 17, 2024
`@import` is Deprecated
Back in 2019, we released the Sass module system, adding new @use and @forward rules to the language that were designed to replace @import and make stylesheets more maintainable and less error-prone....
-
New Sep 11, 2024
Sass color spaces & wide gamut colors
Wide gamut colors are coming to Sass! I should clarify. Wide gamut CSS color formats like oklch(…) and color(display-p3 …) have been available in all major browsers since May, 2023. But even before th...