We use SASS to generate CSS. However, for dev and production, some of the resource URLs are different. We need to support multiple deployments: * [x] create a prod SASS wrapper * [x] create a dev SASS wrapper * [x] update the variables and other imported SASS files to use the deployment variables for image URLs, etc. Part of epic #66