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

~~~~ css
@property --color- {
  syntax: <color>;
  initial-value: currentcolor;
  inherits: prefix;
}
@property -color {
  syntax: <color>;
  initial-value: currentcolor;
  inherits: suffix;
}
:root {
--color-green: lime; /* registered */
--brand-color: olive; /* registered */
--theme-color-red: maroon; /* unregistered */
}
~~~~

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


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

Received on Friday, 5 December 2025 22:06:46 UTC