A clearfix helper for ROW LOW framework. Clearfixes help you to clear floats in your layout.
$rowlow-clearfix-namespace //Specific module namespace
rowlow-clearfix // Add clearfix specification
/* Set module namespace (optional) */
$rowlow-clearfix-namespace: "namespace-";
@import "bower_components/rowlow.utils.clearfix/main.scss"
.some-element{
@include rowlow-clearfix;
}
.some-element{
@extend .clearfix;
}
<div class="clearfix"></div>