Remaining accessible with hidden elements

When hiding an element with display: none, it becomes inaccessible to screen readers and will not be read to the user. Sometimes that’s fine, but in other cases this will make the site hard to use for people with screen readers. Using the Sass placeholder selector to reduce repetitive…

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…