zelda-planted/themes/zen/assets/sass/components/clearfix/_clearfix.scss

10 lines
210 B
SCSS

// Clearfix
//
// Allows the bottom of an element to extend to the bottom of all floated child
// elements. See http://nicolasgallagher.com/micro-clearfix-hack/
.clearfix,
%clearfix {
@include clearfix();
}