Skip to content

Instantly share code, notes, and snippets.

[0/11] yiisoft/view
[0/8] yiisoft/factory
[0/7] yiisoft/validator
[0/6] yiisoft/data
[0/4] yiisoft/config
@vjik
vjik / clearfix.less
Created September 14, 2013 07:06
Clearfix modern browsers and IE8+
// clearfix
.clearfix() {
&:after { content: "."; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden; }
}
.clearfix { .clearfix(); }