Closed
Description
If I have a class A in index.css that composes a class B from test.css, the component that has attribute styleName='A'
should inherit both the A class styles and the B class styles. However this is not the case, see my example below:
https://github.com/ewohlken/babel-plugin-react-css-modules-test/