Update dependency sass to v1.53.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | devDependencies | minor | 1.52.0 -> 1.53.0 |
Release Notes
sass/dart-sass
v1.53.0
- Add support for calling
var()
with an empty second argument, such asvar(--side, )
.
JS API
- Fix a bug where
meta.load-css()
would sometimes resolve relative URLs incorrectly when called from a mixin using the legacy JS API.
Embedded Sass
- Respect npm's proxy settings when downloading the embedded Sass compiler.
v1.52.3
- Fix crash when trailing loud comments (
/* ... */
) appear twice in a row across two different imports which themselves imported the same file each.
v1.52.2
- Preserve location of trailing loud comments (
/* ... */
) instead of pushing the comment to the next line.
v1.52.1
Command Line Interface
- Fix a bug where
--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.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.