gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.55k stars 2.5k forks source link

proper place to edit css #104

Open rockomatthews opened 6 years ago

rockomatthews commented 6 years ago

Where is the header being told it is green or where are the stylings in this project coming from? where's the most efficient or proper place to adjust the stylings for this project if not the same place?

ayush000 commented 6 years ago

These examples use global CSS classes that come from a common CSS file http://demo.productionready.io/main.css

There are a whole lot of ways to organise CSS in react. I would suggest you to look at official react inline styles and styled-components