We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deb8ef commit 0915b1dCopy full SHA for 0915b1d
1 file changed
rollup.config.js
@@ -54,7 +54,7 @@ export default {
54
}),
55
nodeResolve(),
56
postcss({
57
- namedExports: (name) => name.replace(/-([a-z])/g, (match, letter) => letter.toUpperCase()),
+ namedExports: (name) => name.replace(/[-_]+([a-z])/g, (match, letter) => letter.toUpperCase()),
58
plugins: [autoprefixer(), cssnano()],
59
modules: true,
60
extract: true,
0 commit comments