roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.
http://roylee0704.github.io/react-flexbox-grid/
2.93k stars 206 forks source link

className collision #140

Closed arnabk closed 6 years ago

arnabk commented 6 years ago

I am trying to use this library in my project. I have a global CSS class called .row I see that this is the same class name used in this library. My class is overriding this component's class. Would it be good to use a library which hides the class names used in this project?