Hey, I'm trying to set variables in my CSS so that I can allow subscribers to customize the colors of their page. I'd rather have as many files on my static server as possibly.
Is there a good / easy way to do this? Should I just have a CSS file containing all the editable parameters in a CSS file inside the application?
Walker