Closed stasyaner closed 4 years ago
Hi, thank you for the feature request, I think it's reasonable to allow any cssLoaderOptions
.
@stasyaner
added in 1.0.2
should work by adding cssLoaderOptions
like this:
module.exports = withStyles({
modules: true,
cssLoaderOptions: {
localsConvention: 'camelCase',
}
})
please close that issue if it is working for you, thank you
Thanks a lot. Wish you bug free life :)
Hello. First of all, thank you for your job. Your loader helps a lot. My unpretentious ask is to be able to pass through localsConvention of css-loader from next.config.js. Would help me a lot. Thank you very much.