Created
May 30, 2014 02:12
-
-
Save irunatbullets/73c2886ec1eea3e85ed8 to your computer and use it in GitHub Desktop.
Extend only clearfix
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
| // Clearfix - extend only | |
| // ============================================================================ | |
| %clearfix { | |
| &:before, | |
| &:after { | |
| content: " "; | |
| display: table; | |
| } | |
| &:after { | |
| clear: both; | |
| } | |
| @include has-layout; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment