/ Published in: Other
Expand |
Embed | Plain Text
// used by containers wanting to clear it's floated children @mixin clearfix { *zoom: 1; &:after { clear: both; display: block; visibility: hidden; overflow: hidden; height: 0!important; line-height: 0; font-size:xx-large; content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; } }
You need to login to post a comment.
