refactor: migrate to tailwind v4 #39

Merged
tygrdev merged 5 commits from tailwind-v4 into main 2025-05-06 00:06:13 +02:00
Owner
No description provided.
vercel[bot] commented 2025-05-06 00:06:11 +02:00 (Migrated from github.com)

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

Name Status Preview Comments Updated (UTC)
tygr-dev Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 10:06pm
[vc]: #UdrGx1oDNK8e9fTqgstIpnpdMDZ8yMdyDb6A2UgAtHs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0eWdyLWRldiIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJ0eWdyLWRldi1naXQtdGFpbHdpbmQtdjQtdHlncmRldi52ZXJjZWwuYXBwIn0sImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS90eWdyZGV2L3R5Z3ItZGV2L0ZnRWU5bUFORmJxa29NeEhKUHVDb3JUb2hRcGIiLCJwcmV2aWV3VXJsIjoidHlnci1kZXYtZ2l0LXRhaWx3aW5kLXY0LXR5Z3JkZXYudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCJ9XX0= **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **tygr-dev** | ✅ Ready ([Inspect](https://vercel.com/tygrdev/tygr-dev/FgEe9mANFbqkoMxHJPuCorTohQpb)) | [Visit Preview](https://tygr-dev-git-tailwind-v4-tygrdev.vercel.app) | 💬 [**Add feedback**](https://vercel.live/open-feedback/tygr-dev-git-tailwind-v4-tygrdev.vercel.app?via=pr-comment-feedback-link) | May 5, 2025 10:06pm |
github-advanced-security[bot] (Migrated from github.com) reviewed 2025-05-06 00:07:32 +02:00
@ -0,0 +80,4 @@
'@type': 'tygrdev',
name: 'tygr.dev',
},
}),
github-advanced-security[bot] (Migrated from github.com) commented 2025-05-06 00:07:32 +02:00

Stored cross-site scripting

Stored cross-site scripting vulnerability due to stored value.

Show more details

## Stored cross-site scripting Stored cross-site scripting vulnerability due to [stored value](1). [Show more details](https://github.com/tygrdotdev/tygr.dev/security/code-scanning/8)
@ -1,0 +24,4 @@
})
.map((post) => (
<Link
key={post.slug}
github-advanced-security[bot] (Migrated from github.com) commented 2025-05-06 00:07:32 +02:00

Stored cross-site scripting

Stored cross-site scripting vulnerability due to stored value.

Show more details

## Stored cross-site scripting Stored cross-site scripting vulnerability due to [stored value](1). [Show more details](https://github.com/tygrdotdev/tygr.dev/security/code-scanning/6)
@ -1,0 +26,4 @@
<Link
key={post.slug}
className="flex flex-col "
href={`/blog/${post.slug}`}
github-advanced-security[bot] (Migrated from github.com) commented 2025-05-06 00:07:32 +02:00

Stored cross-site scripting

Stored cross-site scripting vulnerability due to stored value.

Show more details

## Stored cross-site scripting Stored cross-site scripting vulnerability due to [stored value](1). [Show more details](https://github.com/tygrdotdev/tygr.dev/security/code-scanning/7)
@ -0,0 +34,4 @@
</channel>
</rss>`
return new Response(rssFeed, {
github-advanced-security[bot] (Migrated from github.com) commented 2025-05-06 00:07:32 +02:00

Stored cross-site scripting

Stored cross-site scripting vulnerability due to stored value.

Show more details

## Stored cross-site scripting Stored cross-site scripting vulnerability due to [stored value](1). [Show more details](https://github.com/tygrdotdev/tygr.dev/security/code-scanning/9)
Commenting is not possible because the repository is archived.
No description provided.