Files
less.js/test/css/extend-clearfix.css
2013-01-05 15:29:32 +00:00

16 lines
190 B
CSS

.clearfix, .foo, .bar {
*zoom: 1;
}
.clearfix:after, .foo:after, .bar:after {
content: '';
display: block;
clear: both;
height: 0;
}
.foo {
color: red;
}
.bar {
color: blue;
}