MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

CSS Utility classes #22

Closed chrisjcodes closed 6 years ago

chrisjcodes commented 6 years ago

Right now our utilities are not very good or useful for what we commonly build. This issue is to discuss updating our files/strategy for making better use of utility classes

A candidate for this would:

chrisjcodes commented 6 years ago

Possible third party solutions:

https://tailwindcss.com/ http://tachyons.io/

stevescavo commented 6 years ago

I think taking a css utility class approach isn't probably too opinionated for this starter and for what we, as a dev team, typically do. Our team and others can make use of our typography UI components and roll their own layout components as needed based upon a project's unique set of requirements.