1. calc() as CSS unit value

    Method of allowing calculated values for length units, i.e. `width: calc(100% - 3em)`

  2. CSS math functions min(), max() and clamp()

    More advanced mathematical expressions in addition to `calc()`

  3. CSS Relative colors

    The CSS Relative Color syntax allows a color to be defined relative to another color using the `from` keyword and optionally `calc()` for any of the color values.

  4. css at-rule: `@media`: `calc()` expressions

  5. css property: column-gap: supported in multi-column layout: `calc()` values

  6. css property: gap: supported in grid layout: `calc()` values

  7. types: `calc()`: gradient color stops support

  8. types: `calc()`: nested `calc()` support

  9. types: `calc()`: `<number>` value support