Skip to content

Conversation

Copy link

Copilot AI commented Dec 31, 2025

The initial Tailwind v4 migration incorrectly changed gradient utilities from bg-gradient-to-* to bg-linear-to-*. Per the v4 upgrade guide, gradient utilities are unchanged from v3.

Changes

  • Corrected 14 instances across 10 files: bg-linear-to-{direction}bg-gradient-to-{direction}
  • Affected directions: -l, -r, -t, -bl
// Before (incorrect)
<div className="bg-linear-to-l from-onruntime-blue/10 to-transparent" />

// After (correct)
<div className="bg-gradient-to-l from-onruntime-blue/10 to-transparent" />

Files modified: landing pages, service layouts, animated components, marketing screens


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link

vercel bot commented Dec 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
onruntime-website Ready Ready Preview, Comment Dec 31, 2025 3:01pm

@coderabbitai
Copy link

coderabbitai bot commented Dec 31, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

…t-to-*

Co-authored-by: antoinekm <54948363+antoinekm@users.noreply.github.com>
Co-authored-by: antoinekm <54948363+antoinekm@users.noreply.github.com>
Base automatically changed from antoinekm/tw-v4 to master December 31, 2025 15:02
Copilot AI changed the title [WIP] Address feedback on Tailwind v4 upgrade Fix incorrect gradient utility classes in Tailwind v4 migration Dec 31, 2025
Copilot AI requested a review from antoinekm December 31, 2025 15:02
@antoinekm antoinekm closed this Dec 31, 2025
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.

2 participants