[PR #6687] [MERGED] chore(demo): cleanup tailwind.config.ts #23727

Closed
opened 2026-04-15 21:56:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6687
Author: @bytaesu
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @himself65

Base: canaryHead: 2025-12-11/chore/demo-delete-tailwindconfig


📝 Commits (4)

  • 5db78fe delete tailwind config and minor tweaks
  • 344cc3d drop mini-svg-data-uri package
  • aaa1f97 Merge branch 'canary' into 2025-12-11/chore/demo-delete-tailwindconfig
  • 8bf65d6 delete config option in shadcn cli

📊 Changes

7 files changed (+74 additions, -144 deletions)

View changed files

📝 demo/nextjs/app/globals.css (+62 -4)
📝 demo/nextjs/app/page.tsx (+3 -3)
📝 demo/nextjs/components.json (+1 -1)
📝 demo/nextjs/components/wrapper.tsx (+8 -5)
📝 demo/nextjs/package.json (+0 -1)
demo/nextjs/tailwind.config.ts (+0 -127)
📝 pnpm-lock.yaml (+0 -3)

📄 Description

This PR removes the tailwind.config file for TailwindCSS v4 and includes some minor UI updates.


Summary by cubic

Removed Tailwind config in the demo to adopt Tailwind v4’s config-less setup, moving theme and utility styles into globals.css. Also made small UI tweaks and dropped an unused dependency.

  • Refactors

    • Added sidebar color variables and moved accordion animations into CSS.
    • Replaced plugin-based backgrounds with new @utility classes: bg-grid, bg-grid-small, bg-dot, and no-visible-scrollbar.
    • Updated wrapper to use CSS utilities and masks; adjusted header text to “BETTER-AUTH.” and banner to dashed borders.
  • Dependencies

    • Removed mini-svg-data-uri from package.json and pnpm-lock.

Written for commit 8bf65d6d0a. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6687 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `2025-12-11/chore/demo-delete-tailwindconfig` --- ### 📝 Commits (4) - [`5db78fe`](https://github.com/better-auth/better-auth/commit/5db78fe4a07ae2d0308864371a8df617de8f2ec4) delete tailwind config and minor tweaks - [`344cc3d`](https://github.com/better-auth/better-auth/commit/344cc3d3ad698907581c38ba7caf6455a63f8dbd) drop mini-svg-data-uri package - [`aaa1f97`](https://github.com/better-auth/better-auth/commit/aaa1f97be3d49c3fda8aa27ae45af681667a888e) Merge branch 'canary' into 2025-12-11/chore/demo-delete-tailwindconfig - [`8bf65d6`](https://github.com/better-auth/better-auth/commit/8bf65d6d0a8f24e127034c074409c0c0182e430e) delete config option in shadcn cli ### 📊 Changes **7 files changed** (+74 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/globals.css` (+62 -4) 📝 `demo/nextjs/app/page.tsx` (+3 -3) 📝 `demo/nextjs/components.json` (+1 -1) 📝 `demo/nextjs/components/wrapper.tsx` (+8 -5) 📝 `demo/nextjs/package.json` (+0 -1) ➖ `demo/nextjs/tailwind.config.ts` (+0 -127) 📝 `pnpm-lock.yaml` (+0 -3) </details> ### 📄 Description This PR removes the `tailwind.config` file for TailwindCSS v4 and includes some minor UI updates. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed Tailwind config in the demo to adopt Tailwind v4’s config-less setup, moving theme and utility styles into globals.css. Also made small UI tweaks and dropped an unused dependency. - **Refactors** - Added sidebar color variables and moved accordion animations into CSS. - Replaced plugin-based backgrounds with new @utility classes: bg-grid, bg-grid-small, bg-dot, and no-visible-scrollbar. - Updated wrapper to use CSS utilities and masks; adjusted header text to “BETTER-AUTH.” and banner to dashed borders. - **Dependencies** - Removed mini-svg-data-uri from package.json and pnpm-lock. <sup>Written for commit 8bf65d6d0a8f24e127034c074409c0c0182e430e. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 21:56:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#23727