sass-embedded
Advanced tools
Changelog
1.53.0
var()
with an empty second argument, such as
var(--side, )
.meta.load-css()
would sometimes resolve relative URLs
incorrectly when called from a mixin using the legacy JS API.Changelog
1.52.3
/* ... */
) appear twice in a row
across two different imports which themselves imported the same file each.Changelog
1.52.2
/* ... */
) instead of pushing
the comment to the next line.Changelog
1.52.1
--watch
mode would close immediately in TTY mode. This was
caused by our change to close --watch
when stdin was closed outside of TTY
mode, which has been reverted for now while we work on a fix.Changelog
1.51.0
Potentially breaking change: Change the order of maps returned by
map.deep-merge()
to match those returned by map.merge()
. All keys that
appeared in the first map will now be listed first in the same order they
appeared in that map, followed by any new keys added from the second map.
Improve the string output of some AST nodes in error messages.
Changelog
1.50.1
The JS embedded host and the embedded compiler will now properly avoid
resolving imports relative to the current working directory unless '.'
is
passed as a load path.
Fix a bug in the JS embedded host's implementation of the legacy JS API where
imports that began with /
could crash on Windows.
Changelog
1.50.0
@extend
now treats [:where()
] the same as :is()
.--watch
command to stop
running.Fix a bug where the JS embedded host crashed when invoking a legacy importer after resolving a relative filesystem import.
Improve error messages when returning non-Object
values from legacy
importers.