sass / migrator

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

Better handling of added @use and @forward rules. #101

Closed jathak closed 4 years ago

jathak commented 4 years ago

Resolves #46. Resolves #88.

@use and @forward rules should now follow the order discussed in #46, with the built-in module @use rules inserted immediately before the first existing import and the additional @use and @forward rules inserted immediately after the last existing import.

Code changes to make this happen:

nex3 commented 4 years ago

Forgot to mention in the code review, but this should also have a CHANGELOG entry.

jathak commented 4 years ago

Added it in #113.