// Clearfix to set block size from float inners. // // Based on nicolasgallagher.com/micro-clearfix-hack/ @mixin clearfix

&:after
  content: ""
  display: table
  clear: both