cabana/src/styles/_global/mixins.scss

10 lines
95 B
SCSS

// Mixins
%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}