Created
December 7, 2012 15:32
-
-
Save jem-computer/4233989 to your computer and use it in GitHub Desktop.
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
// =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