Re: [css-variables] ...let's change the syntax

>  height: var(--profile-image-height)px;

This isn't allowed anyway: replacements cannot merge tokens. You have to use 
calc(var(...) * 1px) if you want this.



>  color: --profile-heading-color;

This has been proposed (and I and other people as well do support it), but 
this change is too big to be introduced in the current level of the spec 
which the working group want to transfrom in a recommendation as soon as 
possible. 

Received on Saturday, 29 March 2014 22:43:07 UTC