Re: [csswg-drafts] Proposal: CSS Variable Groups (as a solution to several design systems pain points) (#9992)

@kizu The first idea I proposed for this syntax in my previous comment would account for both:
- **getting** via `--foo.bar.baz` to avoid `get(--foo, bar, bar)` or `get(baz, get(--foo, bar))`
- **setting** via `--foo.bar.baz: blue` to set individual grouped properties

-- 
GitHub Notification of comment by brandonmcconnell
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9992#issuecomment-1965164987 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 26 February 2024 20:10:56 UTC