Skip to content

Sass Migrator 2.0.0

Compare
Choose a tag to compare
@sassbot sassbot released this 04 Jan 22:58
· 5 commits to main since this release
387292f
  • Breaking change: The media-logic migrator has been removed as the corresponding breaking change has been completed in Dart Sass. If you still need to migrate legacy code, use migrator version 1.8.1.

  • Update to be compatible with the latest version of the Dart Sass AST.

Calc Functions Interpolation Migrator

  • Add parentheses in place of interpolation when necessary to preserve the evaluation order.

Division Migrator

  • / division should now be left untouched in all CSS calculation functions. This was already the case for calc, clamp, min, and max, but it now applies to the new functions that Dart Sass 1.67.0 added support for.

See the full changelog for changes in earlier releases.