Skip to content

Commit

Permalink
Update packages/vite/src/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 18, 2022
1 parent 8540ed6 commit a9aea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/types.ts
Expand Up @@ -30,7 +30,7 @@ export interface VitePluginConfig<Theme extends {} = {}> extends UserConfig<Them
transformCSS?: boolean | 'pre' | 'post'
/**
*
* make to generate css processed by postcss(https://vitejs.dev/guide/features.html#postcss)
* make the generated css processed by postcss (https://vitejs.dev/guide/features.html#postcss)
* @default true
*/
postcss?: boolean
Expand Down

0 comments on commit a9aea0f

Please sign in to comment.