0
kicks
Add variables to standard CSS stylesheets in ASP.NET
There were two things I wanted to enrich the CSS language with: Variables and scripting.
To make it work, I created an HttpHandler for ASP.NET that is able to parse these two new features and apply them to the stylesheet. It does not interfere with any CSS standards because everything is handled by the server.