- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Oct 2018 09:16:13 +0000
- To: public-css-archive@w3.org
No. If you have a serious need, in your own stylesheets, use CSS variables: ``` --weed-green: hsl(120, 20%, 60%); div.spliff { background: var(--weed-green); } -- GitHub Notification of comment by svgeesus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3192#issuecomment-426945535 using your GitHub account
Received on Thursday, 4 October 2018 09:16:14 UTC