Using CSS Server-side Variables

Made by Shaun Inman

This text should be red.

Check out the CSS file as well.

@server variables {
 myColor: #f00;
}
p {
 color: myColor;
}

Home - More stuff