ironbar-persea/frontend/app/mixins.scss
2019-03-05 23:20:26 -06:00

9 lines
88 B
SCSS

@mixin group {
&:after {
content: "";
display: table;
clear: both;
}
}