sass / migrator

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

Add --remove-prefix option to module migrator #65

Closed jathak closed 5 years ago

jathak commented 5 years ago

When passed, this option will remove the provided prefix from any global members that start with it.

This will generally be used in combination with another flag (not yet implemented) to generate an .import.scss file for each entrypoint to allow downstream users of a library to continue using the manually namespaced names until they migrate to the module system as well.