-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
base: v4-v2
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
📦 Next.js Bundle Analysis for docsThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe 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 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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'x:contrast-more:border-current x:contrast-more:dark:border-current', | |
'x:contrast-more:border-current!', |
No description provided.