bem / bem-react

A set of tools for developing user interfaces using the BEM methodology in React
http://bem.github.io/bem-react
Other
440 stars 64 forks source link

feat: allow mix to be a string #623

Closed amje closed 1 year ago

amje commented 1 year ago

Allows to write mix as s string:

const b = cn('Block')
b(null, 'Mix') === b(null, ['Mix']) // true