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

}
this isn't very valid CSS.