frappe_docker/frappe-bench/node_modules/less/test/css/extend-clearfix.css
2017-07-31 15:51:51 +05:30

19 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;
}