To install Sass 1.86.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Add support for
%
as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string%
. -
Consider
attr()
to be a special number function that can be used as a channel in color functions. -
Deprecate user-defined functions named
type()
so that we can eventually support the new CSStype()
function.
Dart API
- Increase the minimum Dart SDK to 3.6.0.
See the full changelog for changes in earlier releases.