ironbar-persea/frontend/app/mixins.scss

9 lines
88 B
SCSS
Raw Normal View History

2018-09-08 22:56:39 -05:00
@mixin group {
&:after {
content: "";
display: table;
clear: both;
}
}