MCPcopy Create free account
hub / github.com/rolldown/tsdown / PostCSSModulesOptions

Interface PostCSSModulesOptions

packages/css/src/postcss.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface PostCSSModulesOptions {
17 isModule: boolean
18 config?: CSSModulesOptions
19}
20
21const fileConfigCache = new Map<
22 string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected