Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

0.13.6

Compare
Choose a tag to compare
@leonsenft leonsenft released this 12 May 21:13
  • Adds support for @viewport.
  • Adds support for -webkit-calc() and -moz-calc().
  • Adds support for querying media features without specifying an expression. For
    example: @media (transform-3d) { ... }.
  • Prevents exception being thrown for invalid dimension terms, and instead
    issues an error.