github vanilla-extract-css/vanilla-extract @vanilla-extract/css-utils@0.1.1

latest releases: @vanilla-extract/vite-plugin@4.0.15, @vanilla-extract/integration@7.1.9, @vanilla-extract/rollup-plugin@1.3.9...
3 years ago

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'))

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.