Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 12 May 01:58
· 585 commits to master since this release
ad24282

Patch Changes

  • #119 8e67bdd Thanks @michaeltaranto! - Add support for calc nesting

    Previously passing a calc to any of the operator methods was not supported without first being stringified. This is now handled internally.

    E.g.

    -  calc('10px').add(calc('20px').subtract('4px').toString())
    +  calc('10px').add(calc('20px').subtract('4px'))