Skip to content

Generate copy/paste-friendly output for Panda CSS preset #32

@dogmar

Description

@dogmar

The bundled dist/panda/index.mjs imports internal chunks (../variants-CUhqvLRq.mjs) and re-exports helper functions, making it unusable as a direct copy/paste source in the README.

We need a standalone, self-contained build of the Panda preset (similar to how tailwind/utils.css is fully self-contained) that someone can drop into their project without installing the package.

Options:

  • Generate a flat, inlined .ts or .js file during build (no chunk imports)
  • Emit a standalone CSS version if feasible for Panda's config format

Until this is resolved, the Panda section is excluded from the README's "Copy/paste source" section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions