sass-embedded-android-ia32
Advanced tools
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.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.Changelog
1.81.0
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
Add support for the CSS round()
calculation with a single argument, as long
as that argument might be a unitless number.
Changelog
1.80.7
0
as undefined
for the green
and blue
channels in the
LegacyColor
constructor.