Re: [w3ctag/design-reviews] Review request before CR: CSS `selector()` (Issue #709)

not sure if anyone will look here, but
```
@supports not (selector(::-webkit-scrollbar)) {
    scrollbar-color: var(--primary) #fff;
    scrollbar-width: thin;
  }
```
this code does not compile properly
@supports not (selector(::-webkit-scrollbar))
TERM IS EXPECTED
:(


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/709#issuecomment-2120455443
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/709/2120455443@github.com>

Received on Monday, 20 May 2024 13:24:01 UTC