1. Intrinsic & Extrinsic Sizing

    Allows for the heights and widths to be specified in intrinsic values using the `max-content`, `min-content`, `fit-content` and `stretch` (formerly `fill`) properties.

  2. css property: height: stretch

  3. css property: max-height: stretch

  4. css property: max-width: stretch

  5. css property: min-height: stretch

  6. css property: min-width: stretch

  7. css property: width: stretch