westbrook<p>Re: <a href="https://front-end.social/@css/112802157138745287" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">front-end.social/@css/11280215</span><span class="invisible">7138745287</span></a></p><p>I've love to set default values for theme/component colors via a pallet of colors (say for instance <a href="https://open-props.style/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">open-props.style/</span><span class="invisible"></span></a>), e.g.:</p><p>@property --surface {<br> syntax: "<color>";<br> inherits: true;<br> initial-value: light-dark(var(--gray-1), var(--gray-11));<br>}</p><p>Assuming those two gray values are also @property, should that work? I'm not seeing it work, which makes me sad that `initial-value` would have less use when stacking vars.</p><p><a href="https://mastodon.social/tags/css" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>css</span></a> <a href="https://mastodon.social/tags/csswg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csswg</span></a> <a href="https://mastodon.social/tags/themeYourWorld" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>themeYourWorld</span></a> <a href="https://mastodon.social/tags/openProps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openProps</span></a></p>