- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Nov 2024 21:34:40 +0000
- To: public-css-archive@w3.org
Sorry, I’m in the mood to plug *pseudo-constants* from #6099 again. ~~~~ css @prefix const { --color: green; } a { -const-color: red; /* invalid */ --color: orange; /* irrelevant */ color: var(-const-color); /* green */ } ~~~~ -- GitHub Notification of comment by Crissov Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11248#issuecomment-2489586368 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 November 2024 21:34:41 UTC