sass-embedded
Advanced tools
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.
Changelog
1.49.11
id
field for all
OutboundMessage
s.Changelog
1.49.9
Changelog
1.49.8
Changelog
1.49.7
First stable release the sass-embedded
npm package that contains the Node.js
Embedded Host.
First stable release of the sass_embedded
pub package that contains the
Embedded Dart Sass compiler.
Changelog
Changes Since 1.0.0-rc.1
!
in custom property values ([#260][]).render()
function.Errors are now subtypes of the Error
type.
Allow both the data
and file
options to be passed to render()
and
renderSync()
at once. The data
option will be used as the contents of the
stylesheet, and the file
option will be used as the path for error reporting
and relative imports. This matches Node Sass's behavior.
Changelog
1.0.0-beta.5.3
Support hard tabs in the indented syntax.
Improve the formatting of comments that don't start on the same line as the
opening /*
.
Preserve whitespace after and
in media queries in compressed mode.
Properly parse multi-line selectors.
Don't deadlock on /*
comments.
Don't add an extra */
to comments that already have it.
Preserve empty lines in /*
comments.