Created
May 26, 2010 18:04
-
-
Save imathis/414823 to your computer and use it in GitHub Desktop.
This file contains 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
=clearfix | |
overflow: hidden | |
+has-layout | |
/* clears while allowing overflow (great for use with box shadows) | |
=pie-clearfix | |
&:after | |
content: " " | |
display: block | |
height: 0 | |
clear: both | |
overflow: hidden | |
visibility: hidden | |
+has-layout | |
=has-layout | |
// This makes ie6 get layout | |
display: inline-block | |
// and this puts it back to block | |
& | |
display: block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment