Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

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

Open
strarsis opened this issue Sep 2, 2020 · 0 comments
Open

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

strarsis opened this issue Sep 2, 2020 · 0 comments

Comments

@strarsis
Copy link

strarsis commented Sep 2, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant