github chakra-ui/panda @pandacss/generator@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

  • @pandacss/core@1.6.0
  • @pandacss/is-valid-prop@1.6.0
  • @pandacss/logger@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.