Skip to content
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

migrate to tailwind v4.0.0-beta.2 #3725

Open
wants to merge 32 commits into
base: v4-v2
Choose a base branch
from
Open

migrate to tailwind v4.0.0-beta.2 #3725

wants to merge 32 commits into from

Conversation

dimaMachina
Copy link
Collaborator

No description provided.

Copy link

changeset-bot bot commented Nov 22, 2024

⚠️ No Changeset found

Latest commit: cb19bff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Nov 22, 2024

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

Name Status Preview Comments Updated (UTC)
nextra-theme-docs-dev ❌ Failed (Inspect) Nov 22, 2024 10:58pm
nextra-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2024 10:58pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
nextra ⬜️ Ignored (Inspect) Visit Preview Nov 22, 2024 10:58pm

Copy link
Contributor

github-actions bot commented Nov 22, 2024

📦 Next.js Bundle Analysis for docs

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 82.64 KB (-7 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

'nextra-filetree x:mt-6 x:select-none x:text-sm x:text-gray-800 x:dark:text-gray-300',
'not-prose', // for nextra-theme-blog
'x:rounded-lg x:border x:px-4 x:py-3 x:inline-flex x:flex-col x:gap-2',
'x:border-neutral-200/70 x:contrast-more:border-neutral-400 x:dark:border-primary-100/10 x:contrast-more:dark:border-neutral-400'
Copy link
Collaborator Author

@dimaMachina dimaMachina Nov 22, 2024

Choose a reason for hiding this comment

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

Suggested change
'x:border-neutral-200/70 x:contrast-more:border-neutral-400 x:dark:border-primary-100/10 x:contrast-more:dark:border-neutral-400'
'x:border-neutral-200/70 x:contrast-more:border-neutral-400! x:dark:border-primary-100/10'

'focus-visible:nextra-focus x:text-gray-600 x:dark:text-gray-400',
'x:hover:text-gray-800 x:dark:hover:text-gray-200',
'x:contrast-more:text-gray-700 x:contrast-more:dark:text-gray-100',
'x:flex x:max-w-[50%] x:items-center x:gap-1 x:py-4 x:text-base x:font-medium x:transition-colors [word-break:break-word] x:md:text-lg'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
'x:flex x:max-w-[50%] x:items-center x:gap-1 x:py-4 x:text-base x:font-medium x:transition-colors [word-break:break-word] x:md:text-lg'
'x:flex x:max-w-[50%] x:items-center x:gap-1 x:py-4 x:text-base x:font-medium x:transition-colors x:[word-break:break-word] x:md:text-lg'

'nextra-callout _overflow-x-auto _mt-6 _flex _rounded-lg _border _py-2 _pe-4',
'contrast-more:_border-current contrast-more:dark:_border-current',
'nextra-callout x:overflow-x-auto x:mt-6 x:flex x:rounded-lg x:border x:py-2 x:pe-4',
'x:contrast-more:border-current x:contrast-more:dark:border-current',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
'x:contrast-more:border-current x:contrast-more:dark:border-current',
'x:contrast-more:border-current!',

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