9 lines
108 B
SCSS
9 lines
108 B
SCSS
|
.clearfix:before, .clearfix:after {
|
||
|
content: ' ';
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.clearfix:after {
|
||
|
clear: both;
|
||
|
}
|