Luke Tainton 906e557d65
🚀 RELEASE: 2020 Revamp
Signed-off-by: Luke Tainton <luke@tainton.uk>
2020-05-09 22:15:53 +01:00

8 lines
93 B
SCSS
Executable File

@mixin clearfix() {
&::after {
display: block;
clear: both;
content: "";
}
}