mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
This commit is contained in:
parent
7bf9f65286
commit
8a8b296a12
@ -236,9 +236,9 @@ export default defineConfig(async ({ command, mode }) => {
|
||||
| ((name: string, filename: string, css: string) => string)
|
||||
hashPrefix?: string
|
||||
/**
|
||||
* default: 'camelCaseOnly'
|
||||
* default: null
|
||||
*/
|
||||
localsConvention?: 'camelCase' | 'camelCaseOnly' | 'dashes' | 'dashesOnly'
|
||||
localsConvention?: 'camelCase' | 'camelCaseOnly' | 'dashes' | 'dashesOnly' | null
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user