gajus / babel-plugin-react-css-modules

Transforms styleName to className using compile time CSS module resolution.
Other
2.05k stars 162 forks source link

How to pass styles from component to child and grandchild at the same time #305

Closed ahmedrzakhan closed 2 years ago

ahmedrzakhan commented 2 years ago
 import styles from './comp.css'

 <Comp styleName="some-local-style" customClassName={styles.customStyle} />

this works, just wanted to know if there are more ways of achieving this