/**
 * @file
 * Helper for sizing.
 *
 * @package Utilities.
 */
/* Height. */
.u-height--full {
  height: 100% !important;
}

.u-height--auto {
  height: auto !important;
}

/* Width. */
.u-width--full {
  width: 100% !important;
}

.u-width--auto {
  width: auto !important;
}

/*# sourceMappingURL=size.css.map */