yagni.css
Version:
yagni.css - collection of atomic css declarations to be embedded to your project using postcss
15 lines (11 loc) • 327 B
CSS
.fl-left { float: left; }
.fl-right { float: right; }
.fl-none { float: none; }
.cl-left { clear: left; }
.cl-right { clear: right; }
.cl-both { clear: both; }
.cl-none { clear: none; }
.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after { content: ' '; display: table; }
.clearfix:after { clear: both; }