Home > purgecss > PurgeCSS > getPurgedCSS
PurgeCSS.getPurgedCSS() method
Get the purged version of the css based on the files
Signature:
getPurgedCSS(cssOptions: Array<string | RawCSS>, selectors: ExtractorResultSets): Promise<ResultPurge[]>;
Parameters
Parameter | Type | Description |
---|---|---|
cssOptions | Array<string | RawCSS> | css options, files or raw strings |
selectors | ExtractorResultSets | set of extracted css selectors |
Returns:
Promise<ResultPurge[]>