// Box Sizing
// --------------------------------------------------------------------------

.boxSizing-borderBox {
  box-sizing: border-box;
}

.boxSizing-contentBox {
  box-sizing: content-box;
}
