Last active
October 4, 2016 19:42
-
-
Save Farmatique/12b639009789eb0f623344242dc5e2a7 to your computer and use it in GitHub Desktop.
clear fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&:after, &:before{ | |
content: ''; | |
display: table; | |
} | |
&:after{ | |
clear: both; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment