Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Dart Sass Embedded 1.60.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 23:25
· 4 commits to main since this release
  • Add support for the pi, e, infinity, -infinity, and NaN constants in calculations. These will be interpreted as the corresponding numbers.

  • Add support for unknown constants in calculations. These will be interpreted as unquoted strings.

  • Serialize numbers with value infinity, -infinity, and NaN to calc() expressions rather than CSS-invalid identifiers. Numbers with complex units still can't be serialized.

See the full changelog for changes in earlier releases.