sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
84 stars 10 forks source link

Support the webpack tilde syntax for importing from node_modules #68

Closed jathak closed 4 years ago

jathak commented 5 years ago

To allow the migrator to be used for stylesheets that use the custom webpack importer that resolves imports like

@import "~package/path/file"

to node_modules/package/path/file.scss, add support for this syntax