Sass 1.103.0

1.103.0

Dart Sass 1.103.0

Changed 1
  • Colors now preserve analogous sets of missing channels during conversions, per the CSS spec, so color.to-space(lch(50% none none), lab) now returns lab(50% none none) instead of lab(50% 0 0)

From Sass

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

Changes

  • Potentially breaking compatibility fix: Colors now preserve "analogous sets" of missing channels during conversions, per the CSS spec. For example, color.to-space(lch(50% none none), lab) now returns lab(50% none none) instead of lab(50% 0 0).

See the full changelog for changes in earlier releases.

View original

Upgraded? How did it go?

Discussion