Skip to content

Instantly share code, notes, and snippets.

View joseph-turner's full-sized avatar

Joseph Turner joseph-turner

  • Overstock.com
  • Utah
View GitHub Profile
// Clearfix (add or extend this class on elements containing floated elements)
.cf {
zoom: 1;
&:before,
&:after {
content: '';
display: table;
}
&:after {
clear: both;