Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 27, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@pandacss/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

Patch Changes

@pandacss/[email protected]

@pandacss/[email protected]

@pandacss/[email protected]

@vercel
Copy link

vercel bot commented Nov 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
panda-docs Ready Ready Preview Dec 1, 2025 6:05pm
panda-playground Ready Ready Preview Dec 1, 2025 6:05pm
panda-studio Ready Ready Preview Dec 1, 2025 6:05pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 1fbc90f to ae0ed7f Compare November 28, 2025 19:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from ae0ed7f to 9b48535 Compare November 29, 2025 15:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from e1995d8 to e89b844 Compare December 1, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants