Skip to content

Commit 6ff1190

Browse files
serhalpclaude
andauthored
chore: add source() to Tailwind v4 imports to ensure consistent hashing (#6459)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4a47c9f commit 6ff1190

193 files changed

Lines changed: 193 additions & 193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/start/framework/react/guide/tailwind-integration.md

Lines changed: 1 addition & 1 deletion

docs/start/framework/react/migrate-from-next-js.md

Lines changed: 1 addition & 1 deletion

docs/start/framework/solid/guide/tailwind-integration.md

Lines changed: 1 addition & 1 deletion

e2e/react-router/basic-file-based-code-splitting/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-file-based/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-react-query-file-based/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-react-query/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-scroll-restoration/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-virtual-file-based/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22

33
@layer base {
44
*,

e2e/react-router/basic-virtual-named-export-config-file-based/src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'tailwindcss';
1+
@import 'tailwindcss' source('../');
22
33
@source './**/*.{js,jsx,ts,tsx}';
44

0 commit comments

Comments
 (0)