Skip to content

Commit

Permalink
docs(README): add localIdentName to the options table (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad authored and michael-ciniawsky committed Jun 9, 2017
1 parent c2e0934 commit c13c467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -103,6 +103,7 @@ It's useful when you, for instance, need to post process the CSS as a string.
|**`sourceMap`**|`{Boolean}`|`false`|Enable/Disable Sourcemaps|
|**`camelCase`**|`{Boolean\|String}`|`false`|Export Classnames in CamelCase|
|**`importLoaders`**|`{Number}`|`0`|Number of loaders applied before CSS loader|
|**`localIdentName`**|`{String}`|`[hash:base64]`|Configure the generated ident|

### `root`

Expand Down

0 comments on commit c13c467

Please sign in to comment.