@pandacss/types@0.4.0
版本发布时间: 2023-06-21 21:20:18
chakra-ui/panda最新发布版本:@pandacss/types@0.46.0(2024-09-10 02:16:05)
Minor Changes
-
5b344b9c: Add support for disabling shorthand props
import { defineConfig } from '@pandacss/dev' export default defineConfig({ // ... shorthands: false, })
Patch Changes
- c7b42325: Add types for supported at-rules (
@media
,@layer
,@container
,@supports
, and@page
)