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

Package scripts

source code

Submodules [hide private]

Functions [hide private]
 
csscombine(proxypath, sourceencoding='css', targetencoding='utf-8', minify=True)
:returns: combined cssText :Parameters: `proxypath`: url or path to a CSSStyleSheet which imports other sheets which are then combined into one sheet `sourceencoding` = 'css': encoding of the source sheets including the proxy sheet
source code
Function Details [hide private]

csscombine(proxypath, sourceencoding='css', 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` = 'css':
        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