跳到正文

Type Alias: ResolvedCssOptions

ts
type ResolvedCssOptions = Overwrite<
  MarkPartial<
    Required<CssOptions>,
    'preprocessorOptions' | 'lightningcss' | 'postcss'
  >,
  {
    target?: string[]
  }
>

Defined in: src/features/css/index.ts:144

Released under the MIT License.