# Sass 1.103.0 — Dart Sass 1.103.0 - Product: Sass (https://whatsnew.fyi/product/sass) - Vendor: Sass - Date: 2026-08-20 - Version: 1.103.0 - Original notes: https://github.com/sass/dart-sass/releases/tag/1.103.0 - Permalink: https://whatsnew.fyi/product/sass/releases/1.103.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — 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) 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. [add it to your PATH]: https://katiek2.github.io/path-doc/ [the Sass website]: https://sass-lang.com/install #### 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](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11030) for changes in earlier releases.