Recently about CSS

Improving CSS

| | Comments (0) | TrackBacks (0)
Of the trinity of web technologies, CSS is by far the worst at this stage. It's a language that begs for more power.

Wouldn't it be cool if you could do this?

@variables { NEAR_INFINITY_ORANGE: #C96522; } div.header { background-color: var(NEAR_INFINITY_ORANGE); }