You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I now have a choice when use the class names whether I want to use camelCase or dashed-case name. I'd like to eliminate this choice and keep only the camelCased version.
The text was updated successfully, but these errors were encountered:
Hi, thanks for this plugin. My question is whether it is possible to drop non-camelCased types from the generated files?
E.g. this CSS
.nav-breadcrumb {}
produces the following types
So I now have a choice when use the class names whether I want to use camelCase or dashed-case name. I'd like to eliminate this choice and keep only the camelCased version.
The text was updated successfully, but these errors were encountered: