UNPKG

175 BSCSSView Raw
1// See https://github.com/twbs/bootstrap/blob/v4-dev/scss/mixins/_clearfix.scss
2
3@mixin gl-clearfix {
4 &::after {
5 display: block;
6 clear: both;
7 content: '';
8 }
9}