Skip to content

Releases: sass/migrator

Sass Migrator 2.5.7

28 Jan 19:56
b9c56e4

Choose a tag to compare

  • Fix a bug where the --migrate-deps flag would not apply to dependencies via @forward rules.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.6

11 Dec 22:33
36efb71

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.5

11 Dec 22:20
5374d98

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.4

11 Dec 21:53
9a9258b

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.3

11 Dec 20:52
752a9ce

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.2

11 Dec 20:00
6627a92

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.1

11 Dec 19:48
afc2a8d

Choose a tag to compare

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Sass Migrator 2.5.0

11 Dec 18:38
48eee20

Choose a tag to compare

if() Function Migrator

  • Added a new if-function migrator to convert the legacy Sass if() 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

31 Jul 20:31
463b1f4

Choose a tag to compare

Module Migration

  • Late @import rules can now be hoisted above safe at-rules in the same file.

  • Fix a typo in the error message for late @import rules that could not be migrated.

  • Fix a bug where hoisted @use rules with configuration would have incorrect syntax.

See the full changelog for changes in earlier releases.

Sass Migrator 2.4.1

30 Jul 21:05
8207c2b

Choose a tag to compare

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.