You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When transforming CSS that uses a combined :root, :host selector with modern colour formats (oklch/lab) and the targets set to anything greater that last 3 versions. The output includes a malformed and unnecessary @supports block.
When transforming CSS that uses a combined
:root, :host
selector with modern colour formats (oklch/lab) and the targets set to anything greater thatlast 3 versions
. The output includes a malformed and unnecessary@supports
block.Reproduction
I've also reproduced this on the playground tool here.
Current Output
The top
@supports
block is missing a selector, but also is not needed.Expected Output
Additional Context
targets
is set to support browsers older thanlast 3 versions
.:root, :host
selector.Thanks in advanced for looking into this :)
The text was updated successfully, but these errors were encountered: