Patch Changes
-
2750261: Fix an issue where spreading an identifier in a sva
slots
array would prevent expected CSS from being
generatedimport { sva } from 'styled-system/css' const parts = ['positioner', 'content'] const card = sva({ slots: [...parts], // <- spreading here was causing the below CSS not to be generated, it's now fixed ✅ base: { root: { p: '6', }, }, })
-
Updated dependencies [2750261]
- @pandacss/extractor@0.41.0
- @pandacss/core@0.41.0
- @pandacss/types@0.41.0
- @pandacss/config@0.41.0
- @pandacss/logger@0.41.0
- @pandacss/shared@0.41.0