Skip to content

Instantly share code, notes, and snippets.

@midudev
Last active December 20, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midudev/6121202 to your computer and use it in GitHub Desktop.
Save midudev/6121202 to your computer and use it in GitHub Desktop.
Stylus mixin to do clearfix to an element.
clearfix()
&:after
content ""
display table
clear both
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment