hacker.tours-website/themes/zen/assets/sass/components/clearfix/_clearfix.scss

10 lines
210 B
SCSS
Raw Permalink Normal View History

2024-06-13 22:14:05 +02:00
// 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();
}