- From: Jeroen Zwartepoorte via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Mar 2024 08:15:21 +0000
- To: public-css-archive@w3.org
When something like this were to be implemented, it would be really nice if https://github.com/whatwg/html/issues/6064 would be available as well. Then you could have: ```html <link rel="stylesheet" supports="<supports-condition-for-var-groups>" href="var-groups-dist.css" /> <link rel="stylesheet" supports="not (<supports-condition-for-var-groups>)" href="transformed-var-groups-dist.css" /> ``` So the browser would choose which one to load by itself; no JS required. -- GitHub Notification of comment by jpzwarte Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9992#issuecomment-1991007531 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 March 2024 08:15:22 UTC