hig
Version:
HiG server
17 lines • 326 B
text/less
// Clearfix
// --------
// For clearing floats like a boss h5bp.com/q
.clearhack() {
*zoom: 1;
&:before,
&:after {
display: table;
content: "";
// Fixes Opera/contenteditable bug:
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
line-height: 0;
}
&:after {
clear: both;
}
}