Skip to content

Sass Migrator 1.3.1

Compare
Choose a tag to compare
@sassbot sassbot released this 10 Feb 19:23
· 48 commits to main since this release
74446f5

Module Migrator

  • Prefixes will now be removed from private members (e.g. a variable $_lib-variable will be renamed to $_variable when --remove-prefix=lib- is passed).

  • Fix a bug where private members would be incorrectly added to hide clauses in generated import-only files.

See the full changelog for changes in earlier releases.