github chakra-ui/panda @pandacss/dev@1.6.0

latest releases: @pandacss/generator@1.6.0, @pandacss/shared@1.6.0, @pandacss/token-dictionary@1.6.0...
6 hours ago

Minor Changes

  • 8aa3c64: Add --splitting flag to cssgen command for per-layer CSS output.

    When enabled, CSS is emitted as separate files instead of a single styles.css:

    styled-system/
    ├── styles.css              # @layer declaration + @imports
    └── styles/
        ├── reset.css           # Preflight/reset CSS
        ├── global.css          # Global CSS
        ├── tokens.css          # Design tokens
        ├── utilities.css       # Utility classes
        ├── recipes/
        │   ├── index.css       # @imports all recipe files
        │   └── {recipe}.css    # Individual recipe styles
        └── themes/
            └── {theme}.css     # Theme tokens (not auto-imported)
    

    Usage:

    panda cssgen --splitting

Patch Changes

  • Updated dependencies [8aa3c64]
    • @pandacss/node@1.6.0
    • @pandacss/postcss@1.6.0
    • @pandacss/config@1.6.0
    • @pandacss/logger@1.6.0
    • @pandacss/preset-base@1.6.0
    • @pandacss/preset-panda@1.6.0
    • @pandacss/shared@1.6.0
    • @pandacss/token-dictionary@1.6.0
    • @pandacss/types@1.6.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.