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 :)