sass / migrator

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

Handle multi-imports #96

Closed nex3 closed 5 years ago

nex3 commented 5 years ago

The indented syntax allows a single @import rule to import multiple stylesheets at once. The migrator currently assumes that each @import loads one file, but it should support @imports that load multiple files at once.