sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
89 stars 11 forks source link

Don't migrate load path/node_module dependencies #98

Closed nex3 closed 5 years ago

nex3 commented 5 years ago

It's unlikely that users will want dependencies loaded through their load path or node_modules to get migrated even with --migrate-deps, since those are generally not authored by the same people as the main application.