Closed nex3 closed 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.
@import
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@import
s that load multiple files at once.