/* Before import */
@import /* inside import */ "bar2.css" print and(orientation:landscape)and (color);
/* After import */
.foo {
background: white;
}
/* Between selector 
blocks */
.bar {
background: black;
}
.baz { /* Inside selector block */
background: black;
}