Benjamin Bach
2121cdca5f
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
8 lines
93 B
SCSS
8 lines
93 B
SCSS
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|