@import "first.css";
@import "second.css" (max-width: 400px);
@import "second.scss" (max-width: 400px);
foo {
  bar: baz;
}
