Skip to content

Commit

Permalink
Add minimum version to new camelCase options (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Mar 15, 2017
1 parent 76ee8c2 commit 04dabca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ By default, the exported JSON keys mirror the class names. If you want to cameli
|:----:|:--------|
|**`true`**|Class names will be camelized|
|**`'dashes'`**|Only dashes in class names will be camelized|
|**`'only'`** |Class names will be camelized, the original class name will be removed from the locals|
|**`'dashesOnly'`**|Dashes in class names will be camelized, the original class name will be removed from the locals|
|**`'only'`** |Introduced in `0.27.1`. Class names will be camelized, the original class name will be removed from the locals|
|**`'dashesOnly'`**|Introduced in `0.27.1`. Dashes in class names will be camelized, the original class name will be removed from the locals|

**webpack.config.js**
```js
Expand Down

0 comments on commit 04dabca

Please sign in to comment.