Re: [csswg-drafts] [css-properties-values-api] Shorthand for custom property declaration (#7523)

Can it be override then?

```css
@property --text-color, --bg-color {
  inherits: true;
  initial-value: currentColor;
  syntax: "<color>";
}
@property --bg-color {
  initial-value: transparent; /* Override the above definition. */
}
```

-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7523#issuecomment-3631835646 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 9 December 2025 11:46:11 UTC