Changelog
1.24.3
sass --version
would crash for certain executable
distributions.Changelog
1.24.2
Changelog
1.24.1
@use
rule and an @import
rule.Changelog
1.24.0
Add an optional with
clause to the @forward
rule. This works like the
@use
rule's with
clause, except that @forward ... with
can declare
variables as !default
to allow downstream modules to reconfigure their
values.
Support configuring modules through @import
rules.
Changelog
1.23.5
Support inline comments in the indented syntax.
When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.
When @error
is used in a function or mixin, print the call site rather than
the location of the @error
itself to better match the behavior of calling a
built-in function that throws an error.
Changelog
1.23.3
@extend
crossed module boundaries.Changelog
1.23.2
Fix a bug when compiling all Sass files in a directory where a CSS file could
be compiled to its own location, creating an infinite loop in --watch
mode.
Properly compile CSS entrypoints in directories outside of --watch
mode.
Changelog
1.23.1
Fix a bug preventing built-in modules from being loaded within a configured module.
Fix a bug preventing an unconfigured module from being loaded from within two different configured modules.
Fix a bug when meta.load-css()
was used to load some files that included
media queries.
Allow saturate()
in plain CSS files, since it can be used as a plain CSS
filter function.
Improve the error messages for trying to access functions like lighten()
from the sass:color
module.