Skip to content

v1.8.1

Compare
Choose a tag to compare
@devongovett devongovett released this 11 Apr 15:10
· 401 commits to master since this release

Fixed

  • Compile text-decoration-thickness percentage to a calc for non-supporting browsers.
  • Don't include text-decoration-thickness in text-decoration shorthand for non-supporting browsers.
  • Do not convert out of bounds rotation transforms to a matrix, or wrap around 360 degrees.
  • Only output known prefixes for the :is selector
  • Manually construct napi buffers to avoid a copy and workaround a Node.js crash with zero-length vectors.

Playground