9 lines
88 B
SCSS
9 lines
88 B
SCSS
@mixin group {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|
|
|