- From: 一丝 via GitHub <noreply@w3.org>
- Date: Tue, 09 Dec 2025 11:46:09 +0000
- To: public-css-archive@w3.org
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