Skip to content

Instantly share code, notes, and snippets.

@jem-computer
Created December 7, 2012 15:32
Show Gist options
  • Save jem-computer/4233989 to your computer and use it in GitHub Desktop.
Save jem-computer/4233989 to your computer and use it in GitHub Desktop.
// =funcs
// == clear (overrides clear to give clear fix)
clear(arg)
if arg is "fix"
&:before
&:after
content: " "
display: table
&:after
clear: both
.old-ie &
*zoom: 1 if support-for-ie
else
clear: arg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment