roylee0704 / react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.

Home Page:http://roylee0704.github.io/react-flexbox-grid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

className collision

arnabk opened this issue · comments

commented

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?