Patch Changes
-
8f4ce97: Fix
slotRecipes
typings,
the recently addedrecipe.staticCss
added toconfig.recipes
weren't added toconfig.slotRecipes
-
647f05c: Fix a typing issue with
config.strictTokens
when using the[xxx]
escape-hatch syntax with property-based
conditionalscss({ bg: '[#3B00B9]', // ✅ was okay _dark: { // ✅ was okay color: '[#3B00B9]', }, // ❌ Not okay, will be fixed in this patch color: { _dark: '[#3B00B9]', }, })
-
647f05c: Fix a CSS generation issue with
config.strictTokens
when using the[xxx]
escape-hatch syntax with!
or
!important
css({ borderWidth: '[2px!]', width: '[2px !important]', })
-
Updated dependencies [8f4ce97]
-
Updated dependencies [647f05c]
- @pandacss/types@0.22.1
- @pandacss/shared@0.22.1
- @pandacss/core@0.22.1
- @pandacss/token-dictionary@0.22.1
- @pandacss/is-valid-prop@0.22.1
- @pandacss/logger@0.22.1