This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | dependencies | minor | 1.79.5 -> 1.80.4 |
v1.80.4
v1.80.3
Fix a bug where @import url("...")
would crash in plain CSS files.
Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like --quiet
,
--verbose
, and --silence-deprecation
.
v1.80.2
invert()
function.v1.80.1
v1.80.0
@import
is now officially deprecated, as are global built-in functions that
are available within built-in modules. See the Sass blog post for more
details on the deprecation process.v1.79.6
Fix a bug where Sass would add an extra */
after loud comments with
whitespace after an explicit */
in the indented syntax.
Potentially breaking bug fix: Adding text after an explicit */
in the
indented syntax is now an error, rather than silently generating invalid CSS.
SassBoolean
type.This MR has been generated by Renovate Bot.