/* ==========================================================================
   Utilities - display
   ========================================================================== */

/**
 * Custom text utilities in the vein of SUIT CSS text utilities:
 * https://github.com/suitcss/utils-display
 */

/* Clear both */
.u-clear {
  clear: both !important;
}
