
/**
 ** Stylesheets
 **/

/* If this is true, then we will allow the browser to cache generated
 * stylesheets, saving us from generating the stylesheet on every page
 * request, but meaning that users will need to do a manual refresh to
 * see any stylesheet changes.
 */
$conf['css']['cached'] = true;

