Migrate Less to SCSS, and setup webpack for scss compilation
- Changed all LESS files to SCSS and adjusted syntax
- Developed a Webpack configuration to compile SCSS into CSS
- Fixed import statments to correctly import styles from node_modules
- Rearranged the order of imports for proper loading
Closes EMC-288