Skip to content

v3.0.0

Compare
Choose a tag to compare
@tbjgolden tbjgolden released this 27 Feb 20:32
· 15 commits to main since this release

Feature updates

  • Faster
  • Full media-queries-5 support
  • Added start and end indexes for the source code
  • Exposed the CSS tokens for the "general enclosed" production to enable processing custom extensions to media queries

Major changes (breaking)

  • Major changes to the shape of the AST to better reflect the actual structure of media queries
  • Removed some exports that were intended to be internal only

Also

  • Fixed some niche bugs with unusual inputs
  • More tests
  • Better api docs and playground