Skip to content

Tailwind v4 #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Tailwind v4 #2826

wants to merge 3 commits into from

Conversation

benjaminleonard
Copy link
Contributor

From oxidecomputer/design-system#133

We can hold on this and revisit until we have fewer PRs since it touches so many files, I just wanted to find any issues with the design system upgrade first. It did surface a couple small issues which I've fixed.

The lack of a z-index utility is a little clunky here. And still a couple things to fix. There's some strange table behaviour and I think I need to check the complex variants are behaving as they should.

Copy link

vercel bot commented May 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview May 16, 2025 2:32pm

@@ -23,7 +23,7 @@ export const CapacityBars = ({
allocatedLabel: string
}) => {
return (
<div className="mb-12 flex min-w-min flex-col gap-3 lg+:flex-row">
<div className="1000:flex-row mb-12 flex min-w-min flex-col gap-3">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These breakpoints I've added to the design system, previously we had a different style for this syntax each time. The width syntax here I find much easier since I don't have to remember how wide sm is.

@benjaminleonard
Copy link
Contributor Author

@david-crespo Let me know if it's worth pushing this to fix all the remaining bits or leave for later

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.

1 participant