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
Please give an option to convert classnames with dashes to camcelCase in the code. I.e. .my-class selector should be usable with styles.myClass instead of styles['my-class'].
It feels more natural to me, as I can use conservative class names in SCSS while avoiding the bracket madness in React.
The text was updated successfully, but these errors were encountered:
Please give an option to convert classnames with dashes to camcelCase in the code. I.e.
.my-class
selector should be usable withstyles.myClass
instead ofstyles['my-class']
.It feels more natural to me, as I can use conservative class names in SCSS while avoiding the bracket madness in React.
The text was updated successfully, but these errors were encountered: