Skip to content

Instantly share code, notes, and snippets.

@sagarjadhav
Created December 1, 2016 06:53
Show Gist options
  • Save sagarjadhav/1812dd26e1a4eb82b16d871bf45ca7ef to your computer and use it in GitHub Desktop.
Save sagarjadhav/1812dd26e1a4eb82b16d871bf45ca7ef to your computer and use it in GitHub Desktop.
Flexbox, clear fix and pseudo elements in Safari and Chrome
.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