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
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:
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/
The text was updated successfully, but these errors were encountered: