1 2 3 4 5 6 7 8 9 10 11
@import "a.scss"; foo { blah: blah; goo { blee: blee; @import "../14_imports/b.scss"; hello: world; } @import "sub/c.scss"; }