Type Alias: ResolvedCssOptions
ts
type ResolvedCssOptions = Overwrite<
MarkPartial<
Required<CssOptions>,
'preprocessorOptions' | 'lightningcss' | 'postcss'
>,
{
target?: string[]
}
>Defined in: src/features/css/index.ts:144