Skip to content

Commit

Permalink
docs: update default value of css modules localsConvention (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
fytriht committed Mar 2, 2021
1 parent c988574 commit e4f78ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface CSSModulesOptions {
| ((name: string, filename: string, css: string) => string)
hashPrefix?: string
/**
* default: 'camelCase'
* default: null
*/
localsConvention?:
| 'camelCase'
Expand Down

0 comments on commit e4f78ef

Please sign in to comment.