]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_clearfix.scss
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _clearfix.scss
CommitLineData
91e44d91
S
1@mixin clearfix() {
2 &::after {
3 display: block;
4 content: "";
5 clear: both;
6 }
7}