sass-embedded
Advanced tools
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
.
Changelog
1.83.0
Changelog
1.82.0
Improve --watch
mode reliability when making multiple changes at once, such
as checking out a different Git branch.
Parse the calc-size()
function as a calculation now that it's supported in
some browsers.
SassCalculation.calcSize()
function.