Skip to content

ESM only

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 18 Jan 19:40
· 2 commits to master since this release
b649d92

Changed

  • This package is now ESM only! Do not upgrade if you aren't using ESM or a compatible bundler.
  • Style properties are no longer sorted (fixes #105).

Improvements

  • Shrunk the package 0.1kb (7% smaller).
  • Performance improved in large style benchmarks by ~5%.

Added

  • Added a compile API for pre-compiling styles to add to multiple sheets.
  • Added support for a custom prefix to create() so all styles can be namespaced in a single sheet.

v4.1.0...v5.0.0