Sass Migrator 2.0.0
-
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 forcalc
,clamp
,min
, andmax
, 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.