CSS Variables news
By glazou on Friday 20 June 2008, 20:37 - CSS and style - Permalink
Dave Hyatt and I are finalizing a new version of our CSS Variables specification based on both readers' feedback and implementation. Trust me on that please, I am really excited to see variables in CSS finally happen. Stay tuned !
Comments
The second Example of
"3.3 Calling a variable" must be wrong... should be:
.
.
.
@variables print {
myMargin1: 10px;
}
.
.
.
just my 2 cents
I'm glad you guys are going with something to mark a variable, I have enough trouble remembering all the keywords as it is.
Hi:
I've been using variables in css for quite some time now, see here:
http://sperling.com/examples/pcss/
Cheers,
tedd