We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There is a problem when hook tries to camelize class which have two or more dash side by side.
For example class from material components: mdc-elevation--z1 is camelized not properly.
Propably regex /-(\w)/g should looks like /-+(\w)/g
:)