Sourced from sass's releases.
Dart Sass 1.97.1
To install Sass 1.97.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug with the new CSS-style
if()syntax where values would be evaluated even if their conditions didn't match.See the full changelog for changes in earlier releases.
Dart Sass 1.97.0
To install Sass 1.97.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 the
display-p3-linearcolor space.See the full changelog for changes in earlier releases.
Dart Sass 1.96.0
To install Sass 1.96.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as
calc()expressions, which now support complex units in plain CSS.See the full changelog for changes in earlier releases.
Dart Sass 1.95.1
To install Sass 1.95.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.97.1
- Fix a bug with the new CSS-style
if()syntax where values would be evaluated even if their conditions didn't match.1.97.0
- Add support for the
display-p3-linearcolor space.1.96.0
- Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as
calc()expressions, which now support complex units in plain CSS.1.95.1
- No user-visible changes.
62ec662
Use pwsh instead of powershell (#2710)b2f2532
Don't evaluate if() values if the condition doesn't match (#2707)0c7083a
Add support for the display-p3-linear color space (#2703)f6bdc02
Add support for complex units in CSS (#2699)4aa6d5f
Support parseSelectors in ImportCache (#2701)eae38c5
Fix an incorrect link in the changelog (#2700)4747063
Bump the sass-parser version (#2697)