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
I have many color variables that represent different light levels of a single color in increasing lightness (red-lighter1, red-lighter2, red-lighter3, red-darker-1, etc). Currently, a variable such as redLighter1 would be converted to red-lighter1 instead of red-lighter-1.
In Lodash, _.kebabCase('redLighter1') === 'red-lighter-1'
The text was updated successfully, but these errors were encountered:
I have many color variables that represent different light levels of a single color in increasing lightness (
red-lighter1
,red-lighter2
,red-lighter3
,red-darker-1
, etc). Currently, a variable such asredLighter1
would be converted tored-lighter1
instead ofred-lighter-1
.In Lodash,
_.kebabCase('redLighter1')
==='red-lighter-1'
The text was updated successfully, but these errors were encountered: