8 lines
90 B
SCSS
8 lines
90 B
SCSS
![]() |
@mixin clearfix {
|
||
|
&:after {
|
||
|
content: '';
|
||
|
display: table;
|
||
|
clear: both;
|
||
|
}
|
||
|
}
|