sass-embedded-android-arm
Advanced tools
Changelog
1.89.0
Changelog
1.88.0
Allow custom properties with empty values (such as --var:;
).
Fix a bug when calculating source spans for interpolations.
compileString()
and related functions.Changelog
1.87.0
&
is loaded into a nested Sass context via
meta.load-css()
or @import
, Sass now emits plain CSS nesting rather than
incorrectly combining it with the parent selector using a descendant
combinator.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.