Handle nested @ selectors
ChristianMurphy opened this issue · 0 comments
ChristianMurphy commented
E.G.
@media screen {
@supports (display: grid) {
div {
display: grid;
}
}
}
ChristianMurphy opened this issue · 0 comments
E.G.
@media screen {
@supports (display: grid) {
div {
display: grid;
}
}
}