10 lines
210 B
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();
|
||
|
}
|