| Current Path : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/scss/mixins/ |
| Current File : C:/Users/ITO/Desktop/From USB/vendors/bootstrap/scss/mixins/_clearfix.scss |
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}