Sass and its @import feature deprecation

1 April 2025

Tags

 

You can use the Sass migrator to automatically update your stylesheets to use the module system.

$ npm install -g sass-migrator
$ sass-migrator module --migrate-deps your-entrypoint.scss

Full story