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

Interface PostCSSConfigResult

packages/css/src/postcss.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { CSSModulesOptions, PostCSSOptions } from './options.ts'
3
4interface PostCSSConfigResult {
5 options: Record<string, any>
6 plugins: any[]
7}
8
9interface PostCSSProcessResult {
10 code: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected