Home > purgecss > VariablesStructure > addVariableUsage
VariablesStructure.addVariableUsage() method
Signature:
addVariableUsage(declaration: postcss.Declaration, matchedVariables: IterableIterator<RegExpMatchArray>): void;
Parameters
Parameter | Type | Description |
---|---|---|
declaration | postcss.Declaration | |
matchedVariables | IterableIterator<RegExpMatchArray> |
void