Releases: sass/migrator
Sass Migrator 2.5.7
- Fix a bug where the
--migrate-depsflag would not apply to dependencies via@forwardrules.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.6
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.5
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.4
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.3
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.2
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.1
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sass Migrator 2.5.0
if() Function Migrator
- Added a new
if-functionmigrator to convert the legacy Sassif()function syntax into the new CSS syntax. See the Sass website for details.
See the full changelog for changes in earlier releases.
Sass Migrator 2.4.2
Module Migration
-
Late
@importrules can now be hoisted above safe at-rules in the same file. -
Fix a typo in the error message for late
@importrules that could not be migrated. -
Fix a bug where hoisted
@userules with configuration would have incorrect syntax.
See the full changelog for changes in earlier releases.
Sass Migrator 2.4.1
Module Migrator
- Fix a bug where a duplicate namespace would be added to a reassignment of a variable from another module when running on a partially migrated file.
See the full changelog for changes in earlier releases.