This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Description
According to the docs, this supports using @media rules as a nested selector:
a, b {
@media (min-width: 30em) {
color: yellow;
}
}
However, I don’t see this anywhere in the editor’s draft. I’m not sure if this was pulled from the spec or just added here as a bonus, but this should probably be called out in the documentation (or removed entirely if the intent is to follow the spec as closely as possible).