CSS Dispatcher
Package:
Summary:
Compose CSS style sheets from multiple templates
Groups:
Author:
Description:
This package 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.
A CSS template maybe evaluated conditionally depending on the type of browser accessing the current script.
The main class assembles the output of all CSS templates and may optimize them before outputting by removing needless white spaces.
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.
A CSS template maybe evaluated conditionally depending on the type of browser accessing the current script.
The main class assembles the output of all CSS templates and may optimize them before outputting by removing needless white spaces.
Comments are closed.