Skip to content

Commit 6922d57

Browse files
authored
typo about default setting
1 parent cd5eb57 commit 6922d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you write kebab-case classes in css files, but want to get camelCase complete
102102

103103
You can set the `cssmodules.camelCase` option to `true`, `"dashes"` or `false`(default).
104104

105-
| Classname in css file | `true` | `dashes` | `false`(default) |
105+
| Classname in css file | `true`(default | `dashes` | `false` |
106106
| --------------------- | ----------------- | --------------- | ----------------- |
107107
| `.button` | `.button` | `.button` | `.button` |
108108
| `.btn__icon--mod` | `.btnIconMod` | `.btn__iconMod` | `.btn__icon--mod` |

0 commit comments

Comments
 (0)