Skip to content

Instantly share code, notes, and snippets.

@regepan
Last active July 25, 2020 07:20
Show Gist options
  • Save regepan/29c6e8dc7d3c3c879901f2a4ceb39e95 to your computer and use it in GitHub Desktop.
Save regepan/29c6e8dc7d3c3c879901f2a4ceb39e95 to your computer and use it in GitHub Desktop.
.clearfix:before {
display: table;
content: " ";
}
.clearfix:after {
display: table;
content: " ";
clear: both;
}
.clearfix {
&:before {
display: table;
content: " ";
}
&:after {
display: table;
content: " ";
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment