Patch Changes
-
c07e1be: Make the
cx
smarter by merging and deduplicating the styles passed inExample:
<h1 className={cx(css({ mx: '3', paddingTop: '4' }), css({ mx: '10', pt: '6' }))}>Will result in "mx_10 pt_6"</h1>
-
dfb3f85: Add missing svg props types
-
23b516f: Make layers customizable
-
Updated dependencies [c07e1be]
-
Updated dependencies [dfb3f85]
-
Updated dependencies [23b516f]
- @pandacss/shared@0.11.1
- @pandacss/is-valid-prop@0.11.1
- @pandacss/types@0.11.1
- @pandacss/core@0.11.1
- @pandacss/token-dictionary@0.11.1
- @pandacss/logger@0.11.1