Re: [csswg-drafts] [css-values] A way to dynamically construct custom-ident and dashed-ident values (#9141)

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