Created
December 1, 2016 06:53
-
-
Save sagarjadhav/1812dd26e1a4eb82b16d871bf45ca7ef to your computer and use it in GitHub Desktop.
Flexbox, clear fix and pseudo elements in Safari and Chrome
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
.clearfix:before, | |
.clearfix:after { | |
flex-basis: 0; | |
order: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment