Patch Changes
-
f9247e5: Provide better error logs:
- full stacktrace when using PANDA_DEBUG
- specific CssSyntaxError to better spot the error
-
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: ['*'] } }
-
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/token-dictionary@0.5.1
- @pandacss/error@0.5.1