Hi, it's really good to see the autocomplete coming to import
ed css-modules. I'm using a flag in my css-loader named camelCase
which lets me write camelCase class names in my javascript, but still let me write kebab-case
classes in my css file. Can this plugin support that usecase? I can submit a PR if you'd like to include it in the plugin.