These are single responsibility classes designed to help reduce duplication in our SCSS.
Make an element expand to contain floated children. Uses pseudo-elements (micro clearfix).
.u-cf
This affords some useful properties to the element. It won't wrap under floats. Will also contain any floated children. N.B. This will clip overflow. Use the alternative method below if this is problematic.
.u-nbfc
Alternative method when overflow must not be clipped.
.u-nbfcAlt
.u-floatLeft
.u-floatRight
.u-floatNone
.u-fullHeight
.u-fullWidth
.u-center
.u-centered
Uses .u-textCenter
, .u-fullWidth
, and .u-center
to fully center a block of content.
.u-centerBlock