Skip to content

@tangle-network/ui ships no stylesheet — dist emits raw Tailwind v4 class names that render unstyled without sandbox-ui's compiled CSS #98

Description

@drewstone

Found by the second real consumer of @tangle-network/ui (discovery-lab dashboard).

@tangle-network/ui components emit raw Tailwind v4 utility class names, and the package ships no compiled stylesheet. A consumer that installs ONLY @tangle-network/ui gets unstyled markup with no error and no doc pointing at the fix. The working configuration is undocumented and non-obvious: install @tangle-network/sandbox-ui as well and import ITS dist/styles.css (191 KB, self-contained, built with ui's classes in its Tailwind scan).

Ask, in preference order:

  1. Ship a compiled dist/styles.css from @tangle-network/ui itself covering its own class usage, so the package is self-sufficient.
  2. Failing that, document the sandbox-ui dependency for styling prominently in the ui README.

Cost when unknown: components render as bare divs; nothing errors; the consumer burns time suspecting their bundler before suspecting the package.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions