sass-embedded-win32-x64
Advanced tools
Changelog
1.91.0
Potentially breaking change: meta.inspect()
(as well as other systems
that use it such as @debug
and certain error messages) now emits numbers
with as high precision as is available instead of rounding to the nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
meta.inspect()
, which is to provide full information about the structure of
a Sass value.
Passing a rest argument ($arg...
) before a positional or named argument when
calling a function or mixin is now deprecated. This was always outside the
specified syntax, but it was historically treated the same as passing the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.
Changelog
1.90.0
@forward
ed module to be loaded with a configuration when that module
has already been loaded with a different configuration and the module
doesn't define any variables that would have been configured anyway.Changelog
1.89.2
buf
dependency.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.