w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
127 stars 59 forks source link

"In CSS2, the media type in @media is mandatory" #208

Open strarsis opened 3 years ago

strarsis commented 3 years ago

Whatever @media I am using, the validator always complains about it:

In CSS2, the media type in @media is mandatory
@media screen and (min-width: 480px) {
  body {
    background-color: red;
  }
}

The CSS styles above look fine to me.