[react-pug] Transform styleName (or className) property using BEM classnames-like function
npm install @cssxjs/babel-plugin-react-pug-classnamesAllows to properly parse sub-components in pug:
``pug``
Card
Card.Header.top(styleName={ active } title='Title')
| Hello world
Card.Content.middle
Card.Footer(buttons=['Confirm', 'Cancel'])
MIT