// Utility // –––––––––––––––––––––––––––––––––––––––––––––––––– // Clear a float with .clearfix .clearfix *zoom: 1 &:after clear: both &:after, &:before content: '' display: table // Float either direction .float-left float: left .float-right float: right