UNPKG

elemental

Version:
20 lines (16 loc) 211 B
/** * Contain floats * see ../mixins/clearfix for more information */ .u-clearfix { .clearfix() } /** * Floats */ .u-float-left { float: left !important; } .u-float-right { float: right !important; }