Open Igor-Vuk opened 7 years ago
I am using babel-plugin-react-css-modules. With the help of it I can just do this to load my css modules.
import './index.local.scss' ... <div styleName="container">
I am using server-side rendering and when I include css-modules-require-hook my app works but I can not get styles to show? Is it possible?
I am using babel-plugin-react-css-modules. With the help of it I can just do this to load my css modules.
I am using server-side rendering and when I include css-modules-require-hook my app works but I can not get styles to show? Is it possible?