expCSS

This is the class expCSS

package

Subsystems

subpackage

Subsystems

Methods

Automatically compile .less files into a .css file cached in the /tmp/css folder

auto_compile_less(string $less_pname, string $css_fname, array $vars = array()) : boolean
static
static
Throws
\Exception

Arguments

$less_pname

string

full pathname of the .less file

$css_fname

string

filename of the output css file

$vars

array

array of variables to pass to parse()

Response

boolean

Automatically compile .scss files into a .css file cached in the /tmp/css folder

auto_compile_scss(string $scss_pname, string $css_fname, array $vars = array()) : boolean
static
static
Throws
\Exception

Arguments

$scss_pname

string

full pathname of the .scss file

$css_fname

string

filename of the output css file

$vars

array

array of variables to pass to parse()

Response

boolean

parseCSSFiles

parseCSSFiles() 
static

pushToHead

pushToHead( $params) 
static

Arguments

$params

themeCSS

themeCSS() 
static

Rebuild the entire set of 'core' .css files by pushing them all to the head (this one time)

updateCoreCss() 
static