Refactoring CSS with SASS
SASS is a CSS preprocessor that extends CSS. A layer that sits between SASS and CSS SASS compiles/translates SASS to CSS Install Last login: Mon May 23 14:51:24 on ttys000 Thomass-MacBook-Air:~ thomaswilliams$ sass -v -bash: sass: command not found Thomass-MacBook-Air:~ thomaswilliams$ gem install sass ERROR: While executing…