sass / migrator

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

Omit useless @use rules with --forward #88

Closed nex3 closed 5 years ago

nex3 commented 5 years ago

When a @forward is added for a given stylesheet, that stylesheet should omit the @use rule for the same stylesheet unless its members are actually being used.