Skip to content

Commit 9574dc0

Browse files
committed
docs: move table
1 parent ebc0e7c commit 9574dc0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,15 @@ You can also disable or enforce minification with the `minimize` query parameter
398398

399399
By default, the exported JSON keys mirror the class names. If you want to camelize class names (useful in JS), pass the query parameter `camelCase` to css-loader.
400400

401+
#### Possible Options
402+
403+
|Option|Behaviour|
404+
|:----:|:--------|
405+
|**`true`**|Class names will be camelized|
406+
|**`'dashes'`**|Only dashes in class names will be camelized|
407+
|**`'only'`** |Class names will be camelized, the original class name will be removed from the locals|
408+
|**`'dashesOnly'`**|Dashes in class names will be camelized, the original class name will be removed from the locals|
409+
401410
**webpack.config.js**
402411
```js
403412
{
@@ -421,15 +430,6 @@ By default, the exported JSON keys mirror the class names. If you want to cameli
421430
import { className } from 'file.css';
422431
```
423432

424-
#### Possible options
425-
426-
|Option|Behaviour|
427-
|:----:|:--------|
428-
|**`true`**|Class names will be camelized|
429-
|**`'dashes'`**|Only dashes in class names will be camelized|
430-
|**`'only'`** |Class names will be camelized, the original class name will be removed from the locals|
431-
|**`'dashesOnly'`**|Dashes in class names will be camelized, the original class name will be removed from the locals|
432-
433433
<h2 align="center">Maintainers</h2>
434434

435435
<table>

0 commit comments

Comments
 (0)