@vanilla-extract/css-utils@0.1.1
seek-oss-ci
released this
12 May 01:58
·
529 commits
to master
since this release
Patch Changes
-
#119
8e67bdd
Thanks @michaeltaranto! - Add support for calc nestingPreviously 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'))