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…

:before & :after pseudo elements

Benefit of dynamically inserting supporting non structural objects without needlessly disrupting or cluttering DOM. One of the most obvious uses to clear floats. Here are a few additional uses. Icons Pseudo elements are often used to insert icons allowing access to every CSS style property while the icon itself can…