Recently about CSS
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);
}
Continue reading Improving CSS.

