CSS Dispatcher PHP Class
This PHP class can be used to compose CSS style sheets from multiple templates. It can process one or more CSS templates that are actually PHP scripts. The templates are processed by assigning PHP variables with template variable values and then the template script is executed and its output captured to get the final result.

