web/penny/static/vendor/bootstrap/scss/mixins/_clearfix.scss
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}