MCPcopy
hub / github.com/rolldown/tsdown / CssPluginConfig

Interface CssPluginConfig

packages/css/src/plugin.ts:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31import type { Logger } from 'tsdown/internal'
32
33interface CssPluginConfig {
34 css: ResolvedCssOptions
35 cwd: string
36 target?: string[]
37}
38
39interface CssPluginResult {
40 /** Plugins that run BEFORE user plugins (CSS compilation) */

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…