Package React app in a way to allow the client to modify some of the CSS
I have a create-react-app project which I currently package using react-scripts build. Currently the styling is done with scss files and once built, can be found under static/css/*.chunk.css I have a specific scss file which defines the application's colors. I…