@pandacss/preset-panda
Advanced tools
Changelog
[0.5.1] - 2023-07-02
Fix issue where panda studio
command doesn't work outside of panda's monorepo.
Fix parser issue where operation tokens like 1/2
was not detected.
Improved Svelte file parsing algorithm to support more edge cases.
Improved config dependency and imported file detection.
--outfile
flag in the cssgen
command.panda cssgen --outfile dist/styles.css
config.staticCss.recipes
can now use [*
] to generate all variants of a recipe.staticCss: {
recipes: {
button: ['*']
}
}
:is
selector to improve specificity and reduce the reliance on css order.