Package cssutils :: Package scripts
[hide private]
[frames] | no frames]

Package scripts

source code

Submodules [hide private]

Functions [hide private]
 
csscombine(proxypath, sourceencoding=None, targetencoding='utf-8', minify=True)
Returns: combined cssText
source code
Function Details [hide private]

csscombine(proxypath, sourceencoding=None, targetencoding='utf-8', minify=True)

source code 
Returns:
combined cssText

Parameters:

proxypath:
url or path to a CSSStyleSheet which imports other sheets which are then combined into one sheet
sourceencoding:
encoding of the source sheets including the proxy sheet
targetencoding = 'utf-8':
encoding of the combined stylesheet
minify = True:
defines if the combined sheet should be minified