1. CSS Nesting

    CSS nesting provides the ability to nest one style rule inside another, with the selector of the child rule relative to the selector of the parent rule. Similar behavior previously required a CSS pre-processor.

  2. css at-rule: `@media`: nested media queries

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