// -----------------------------------------------------------------------------
// Clearfix
//
// -> http://www.cssmojo.com/the-very-latest-clearfix-reloaded/
// -----------------------------------------------------------------------------

@mixin dp-clearfix() {
  &:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
}