- From: Michiel Bijl <michiel@agosto.nl>
- Date: Thu, 23 Jul 2015 11:27:04 +0200
- To: raees@thewebsmith.co
- Cc: "Tab Atkins Jr." <jackalmage@gmail.com>, "www-style@w3.org" <www-style@w3.org>
Received on Thursday, 23 July 2015 09:27:59 UTC
Consistency with custom properties. —Michiel > On 12 Jul 2015, at 17:59, raees@thewebsmith.co wrote: > > Is there a particular reason to prefer ‘--’ over ‘$’ for declaring variables? I mean, > $color-headings: #444; > h1{ > color: var($color-headings); > } > still looks better than > --color-headings: #444; > h1 { > color: var(--color-headings); > }
Received on Thursday, 23 July 2015 09:27:59 UTC