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: block-size: `max-content`

  3. css property: flex-basis: max-content

  4. css property: height: `max-content`

  5. css property: inline-size: `max-content`

  6. css property: max-block-size: `fit-content`

  7. css property: max-block-size: `fit-content()`

  8. css property: max-block-size: `max-content`

  9. css property: max-block-size: `min-content`

  10. css property: max-height: `fit-content`

  11. css property: max-height: `fit-content()`

  12. css property: max-height: `max-content`

  13. css property: max-height: `min-content`

  14. css property: max-inline-size: `fit-content`

  15. css property: max-inline-size: `fit-content()`

  16. css property: max-inline-size: `max-content`

  17. css property: max-inline-size: `min-content`

  18. css property: max-width: `fit-content`

  19. css property: max-width: `fit-content()`

  20. css property: max-width: `max-content`

  21. css property: max-width: `min-content`

  22. css property: min-block-size: `max-content`

  23. css property: min-height: `max-content`

  24. css property: min-inline-size: `max-content`

  25. css property: min-width: `max-content`

  26. css property: width: `max-content`