| Ultima modificación | Ver Log |
@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}