You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use latest Dart Sass and release migrator 2.0.0 (#251)
- Deleted the obsolete `media-logic` migrator (breaking change bumps
version to 2.0.0).
- Moved off of the tuple package to native Dart tuples.
- Fixed the `calc-interpolation` and `division` migrators to eliminate
their use of the removed `CalculationExpression` AST node.
- Created a new `ScopedAstVisitor` that uses `Scope` to track Sass
member declarations. `MigrationVisitor` and `_ReferenceVisitor`
now extend this.
- Refactored the `division` migrator to use patterns.