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

Dart Sass Embedded 1.62.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 23:06
· 2 commits to main since this release
  • Deprecate the use of multiple !global or !default flags on the same variable. This deprecation is named duplicate-var-flags.

  • Allow special numbers like var() or calc() in the global functions: grayscale(), invert(), saturate(), and opacity(). These are also native CSS filter functions. This is in addition to number values which were already allowed.

  • Fix a cosmetic bug where an outer rule could be duplicated after nesting was resolved, instead of re-using a shared rule.

See the full changelog for changes in earlier releases.