import { default } from "https://deno.land/x/purgecss@0.1.4/src/VariablesStructure.ts";
Methods
addVariable(declaration: any): void
addVariableUsage(declaration: any, matchedVariables: RegExpMatchArray[]): void
addVariableUsageInProperties(matchedVariables: RegExpMatchArray[]): void
isVariablesSafelisted(variable: string): boolean
removeUnused(): void
setAsUsed(variableName: string): void