Working-Women-Advocates / working-women-advocates

App for working women to connect with advocates.
http://working-women-advocates.herokuapp.com/landing
9 stars 0 forks source link

Add grid system #40

Open bethqiang opened 7 years ago

bethqiang commented 7 years ago

Actually, now that I'm thinking about it, are we going to do inline styling or normal CSS/Sass?

If we are going to do inline styling, there are a few options in terms of creating a grid: https://github.com/STRML/react-grid-layout https://www.npmjs.com/package/react-pure-grid https://github.com/FormidableLabs/radium-grid (P.S. if we do go the inline styling route, I really like Radium in general and it allows you to do things like hover and focus, which you can't do with inline styling)