Patch Changes
-
53fb070: Fix
config.staticCss
by filtering types on getPropertyKeysIt used to throw because of them:
<css input>:33:21: Missed semicolon ELIFECYCLE Command failed with exit code 1.
@layer utilities { .m_type\:Tokens\[\"spacing\"\] { margin: type:Tokens["spacing"] } }
-
1ed239c: Add feature where
config.staticCss.recipes
can now use [*
] to generate all variants of a recipe.before:
staticCss: { recipes: { button: [{ size: ['*'], shape: ['*'] }] } }
now:
staticCss: { recipes: { button: ['*'] } }
-
78ed6ed: Fix issue where using a nested outdir like
src/styled-system
with a baseUrl like./src
would result on
parser NOT matching imports likeimport { container } from "styled-system/patterns";
cause it would expect the full
pathsrc/styled-system
-
b8f8c2a: Fix reset.css (generated when config has
preflight: true
) import order, always place it first so that it
can be easily overriden -
Updated dependencies [8c670d6]
-
Updated dependencies [c0335cf]
-
Updated dependencies [762fd0c]
-
Updated dependencies [f9247e5]
-
Updated dependencies [1ed239c]
-
Updated dependencies [78ed6ed]
- @pandacss/types@0.5.1
- @pandacss/shared@0.5.1
- @pandacss/logger@0.5.1
- @pandacss/core@0.5.1
- @pandacss/token-dictionary@0.5.1
- @pandacss/is-valid-prop@0.5.1