TanStack
OSS
router
Sign in / Sign up
Open main menu
router
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
6ff1190b chore: add `source()` to Tailwind v4 imports to ensure consistent hashing (#6459) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2 months ago
by serhalp
s
Succeeded
6461
36cc4afe chore: update lockfile
2 months ago
by serhalp
s
Succeeded
6461
175aa12a Merge branch 'main' into fix/example-netlify-deploy
2 months ago
by serhalp
s
Succeeded
6459
474b2efc Merge branch 'main' into fix/4959
2 months ago
by serhalp
s
Failed
6459
93dea083 fix: fix Tailwind v4 imports to ensure consistent hashing Tailwind CSS v4's `@import` directive needs an explicit `source()` path to ensure consistent CSS asset hashing between client and server builds. Without this, builds can result in the server-rendered page referencing an nonexistent CSS asset, resulting in a 404 (which may manifest in browser devtools as a CORS error). You can see an example here (open devtools to see error): https://69725dbd6dcf150f9fbaeb37--vermillion-brigadeiros-35570b.netlify.app/ (source: https://github.com/serhalp/demo-tanstack-start-20160121). This updates all examples, e2e fixtures, and documentation to use: ``` @import 'tailwindcss' source('../'); ``` Fixes https://github.com/TanStack/router/issues/4959. Supersedes https://github.com/TanStack/router/pull/4606. --- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 months ago
by serhalp
s
Previous page
Previous
Next
Next page