validator
validator copied to clipboard
There is no validation of @media and pseudo elements
This code doesn't print any error.
::gsdfgsdf {}
@media gsdfgdfg {}
CSSTree and validator have no support for selector validation yet.
The @media example is valid, since gsdfgdfg is matching as media-type and it defined as <ident>, so it can be any identifier.