@@ -109,15 +109,15 @@ module.exports = {
109
109
110
110
## Options
111
111
112
- | Name | Type | Default | Description |
113
- | :------------------------------------------- : | :-------------------------: | :-----: | :------------------------------------------------- |
114
- | ** [ ` url ` ] ( #url ) ** | ` {Boolean\|Function} ` | ` true ` | Enable/Disable ` url() ` handling |
115
- | ** [ ` import ` ] ( #import ) ** | ` {Boolean\|Function} ` | ` true ` | Enable/Disable @import handling |
116
- | ** [ ` modules ` ] ( #modules ) ** | ` {Boolean\|String\|Object} ` | ` false ` | Enable/Disable CSS Modules and setup their options |
117
- | ** [ ` sourceMap ` ] ( #sourcemap ) ** | ` {Boolean} ` | ` false ` | Enable/Disable Sourcemaps |
118
- | ** [ ` importLoaders ` ] ( #importloaders ) ** | ` {Number} ` | ` 0 ` | Number of loaders applied before CSS loader |
119
- | ** [ ` exportLocalsStyle ` ] ( #exportlocalsstyle ) ** | ` {String} ` | ` asIs ` | Setup style of exported classnames |
120
- | ** [ ` onlyLocals ` ] ( #onlylocals ) ** | ` {Boolean} ` | ` false ` | Export only locals |
112
+ | Name | Type | Default | Description |
113
+ | :-----------------------------------------: | :-------------------------: | :-----: | :------------------------------------------------- |
114
+ | ** [ ` url ` ] ( #url ) ** | ` {Boolean\|Function} ` | ` true ` | Enable/Disable ` url() ` handling |
115
+ | ** [ ` import ` ] ( #import ) ** | ` {Boolean\|Function} ` | ` true ` | Enable/Disable @import handling |
116
+ | ** [ ` modules ` ] ( #modules ) ** | ` {Boolean\|String\|Object} ` | ` false ` | Enable/Disable CSS Modules and setup their options |
117
+ | ** [ ` sourceMap ` ] ( #sourcemap ) ** | ` {Boolean} ` | ` false ` | Enable/Disable Sourcemaps |
118
+ | ** [ ` importLoaders ` ] ( #importloaders ) ** | ` {Number} ` | ` 0 ` | Number of loaders applied before CSS loader |
119
+ | ** [ ` localsConvention ` ] ( #localsconvention ) ** | ` {String} ` | ` asIs ` | Setup style of exported classnames |
120
+ | ** [ ` onlyLocals ` ] ( #onlylocals ) ** | ` {Boolean} ` | ` false ` | Export only locals |
121
121
122
122
### ` url `
123
123
@@ -763,7 +763,7 @@ module.exports = {
763
763
764
764
This may change in the future when the module system (i. e. webpack) supports loader matching by origin.
765
765
766
- ### ` exportLocalsStyle `
766
+ ### ` localsConvention `
767
767
768
768
Type: ` String `
769
769
Default: ` undefined `
@@ -801,7 +801,7 @@ module.exports = {
801
801
test: / \. css$ / i ,
802
802
loader: ' css-loader' ,
803
803
options: {
804
- exportLocalsStyle : ' camelCase' ,
804
+ localsConvention : ' camelCase' ,
805
805
},
806
806
},
807
807
],
0 commit comments