css-loader supports a camelCase setting of value dashesOnly, where dashes are substituted by camel casing the next word, but underscores are left untouched, which is subjectively a very nice combination with the BEM naming convention.
Would be great to have this option in postcss-modules.
css-loader supports a
camelCasesetting of valuedashesOnly, where dashes are substituted by camel casing the next word, but underscores are left untouched, which is subjectively a very nice combination with the BEM naming convention.Would be great to have this option in postcss-modules.