sass / migrator

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

Delete only the prefix when renaming #125

Closed jathak closed 4 years ago

jathak commented 4 years ago

Previously, renaming references involved patching the entire name, which had the side of effect of converting all underscores in the original name to dashes. This now preserves those underscores by only patching the removed prefix.