MCPcopy
hub / github.com/FullHuman/purgecss / UserDefinedOptions

Interface UserDefinedOptions

packages/postcss-purgecss/src/types/index.ts:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * @public
23 */
24export interface UserDefinedOptions extends Omit<
25 PurgeCSSUserDefinedOptions,
26 "content" | "css"
27> {
28 content?: PurgeCSSUserDefinedOptions["content"];
29 contentFunction?: (sourceFile: string) => Array<string | RawContent>;
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…