Skip to content

Conversation

@pqoqubbw
Copy link
Contributor

@pqoqubbw pqoqubbw commented Jan 24, 2026

Summary

Test Plan


Note

  • Global style refactor: Replace gray/zinc/neutral with stone-* classes and prose-stone across components (Accordion, Badge stories, Callout, Card, CodeBlock/CodeGroup, Expandable, Frame, Tabs, Tooltip, Tree, Steps, Tile, etc.) and Storybook preview.
  • Docs: README adds Tailwind v4/v3 setup with style import ordering and theming note; simplifies usage example.
  • Code presentation: Adjust code block/group headers, footers, dropdowns, and icons to stone colors; minor CSS tweaks in code.css (inline code, line highlighting, lint ignores).
  • Theme tokens: Prunes large color alias definitions in styles.css, retaining core variables.

Written by Cursor Bugbot for commit 2de4e4a. This will update automatically on new commits. Configure here.

@pqoqubbw pqoqubbw merged commit e822cf4 into main Jan 26, 2026
3 checks passed
@pqoqubbw pqoqubbw deleted the dmytro/rewrite-default-tailwind branch January 26, 2026 17:48
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

/* biome-ignore lint/style/noDescendingSpecificity: TODO */
:not(pre) > code {
@apply break-words rounded-md px-2 py-0.5 text-gray-600 dark:text-gray-200 dark:border-gray-800 bg-gray-100/50 dark:bg-white/5;
@apply wrap-break-word rounded-md px-2 py-0.5 text-stone-600 dark:text-stone-200 dark:border-stone-800 bg-stone-100/50 dark:bg-white/5;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tailwind v3 incompatibility with wrap-break-word class

Medium Severity

The class wrap-break-word replaces break-words, but wrap-break-word is a Tailwind CSS v4-only utility class. Tailwind v3 uses break-words for the same purpose. Since the README explicitly states support for "Tailwind CSS v3 or v4", this change breaks compatibility for v3 users who would encounter build errors when the @apply directive tries to reference the non-existent wrap-break-word class.

Fix in Cursor Fix in Web

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.

3 participants