sass-embedded-linux-musl-arm64
Advanced tools
Changelog
1.86.3
..
segment.Changelog
1.86.1
file:
URL case canonicalization on Windows and
Mac OS.Changelog
1.86.0
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 CSS type()
function.
Changelog
1.85.1
round(-$var / 2)
previously threw an error but now works as intended.Changelog
1.85.0
@extend
. This caused
unacceptable performance issues for certain heavy users of @extend
. We'll
try to find a more performant way to accomplish it in the future.Changelog
1.83.2
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
Changelog
1.83.1
Fix a bug where --quiet-deps
would get deactivated for @content
blocks,
even when those blocks were entirely contained within dependencies.
Include deprecation IDs in deprecation warnings to make it easier to determine
what to pass to --silence-deprecation
or --fatal-deprecation
.