- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Dec 2024 14:08:59 +0000
- To: public-css-archive@w3.org
Should it be possible to assign values to custom properties whose `dashed-ident` is constructed? ```css :root { ident("--" "my-namespace" "-" "main-color"): pink; /* is this still possible since nesting? */ } @property ident("--" "my-namespace" "-" "main-color") pink; /* maybe? */ ``` -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9141#issuecomment-2536089641 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 11 December 2024 14:09:00 UTC