Open
Description
Hello!
The migrator keeps erroring out because bootstrap 5 uses deprecated functionality, and we'd like to ignore that (we don't control that dependency). Unless I missed something, that's not currently possible
See error:
> sass-migrator module --migrate-deps .\resources\sass\app.scss
Error: The migrator wants to rename a member in node_modules\bootstrap\scss\_functions.scss, but it is not being migrated. You should re-run the migrator with --migrate-deps or with node_modules\bootstrap\scss\_functions.scss as one of your entrypoints.
Migration failed!