import-inline.css 110 Bytes
#import {
  color: red;
}
@media (min-width: 600px) {
  #css { color: yellow; }

}
this isn't very valid CSS.