Files

8 lines
104 B
SCSS

@mixin administrate-clearfix {
&::after {
clear: both;
content: '';
display: block;
}
}