- From: Matthew Sundberg via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Mar 2025 19:58:25 +0000
- To: public-css-archive@w3.org
Would a syntax like `--custom-property: var(--custom-property);` be good to indicate that the value should be reevaluated in the current scope? I've often wished that there were a way to update a custom property yet not override any previously set value, which I imagine could use the same syntax: `--custom-property: var(--custom-property, <new-default>);`, though that's probably beyond the scope of this issue's topic. -- GitHub Notification of comment by mwsundberg Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11543#issuecomment-2707299781 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 7 March 2025 19:58:26 UTC