If this is green, @import "string"; works!
@import "string";
If this is green, @import url("string"); works!
@import url("string");
If this is green, @import url(unquoted-string); works!
@import url(unquoted-string);
If this is green, relative @import resolves correctly!
@import