Re: CSS Variables Draft Proposal

Here's a question, because the discussion about the meaning of "component
value" (or whatever it will eventually be called) is ongoing.

Is the following valid? Doable? Useful?

@var $foo !important;

p {
    color: red $foo;
}

- Eli Morris-Heft

Received on Monday, 14 February 2011 22:02:25 UTC