Skip to content

Bump sass from 1.52.3 to 1.53.0 in /assets

Bumps sass from 1.52.3 to 1.53.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.53.0

To install Sass 1.53.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add support for calling var() with an empty second argument, such as var(--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.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.53.0

  • Add support for calling var() with an empty second argument, such as var(--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.
Commits

Merge request reports