Currently, the CSS parser just skips media query blocks. It should be updated to parse them to support use cases like the ones below. ```css @media (prefers-color-scheme: dark) { --color-text: white; } ```
Currently, the CSS parser just skips media query blocks.
It should be updated to parse them to support use cases like the ones below.