Re: [csswg-drafts] [css-const] RFC: CSS constants (#11248)

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