·
585 commits
to master
since this release
Patch Changes
-
#119
8e67bddThanks @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'))