@pandacss/preset-panda
Advanced tools
Changelog
[0.4.0] - 2023-06-19
px
&::placeholder
panda ship
command does not write to the correct pathExperimental support for native .vue
files and .svelte
files
Add types for supported at-rules (@media
, @layer
, @container
, @supports
, and @page
)
Add webkit polyfill for common properties to reduce the need for autoprefixer
Add support for watch mode in codegen command via the --watch
or -w
flag.
panda codegen --watch
Add support for disabling shorthand props
import { defineConfig } from '@pandacss/dev'
export default defineConfig({
// ...
shorthands: false,
})
auto
value where neccessary to base utilities.0
value to default spacing tokens to allow for strictTokens
mode.