Skip to content

Instantly share code, notes, and snippets.

@contentfree
Created July 17, 2009 23:34
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 contentfree/149347 to your computer and use it in GitHub Desktop.
Save contentfree/149347 to your computer and use it in GitHub Desktop.
Clearfix SASS Macro
=clearfix
* html &
:height 1px
* + html &
:display inline-block
&:after
:content "."
:display block
:height 0
:clear both
:visibility hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment