From 7a6b72a68b44b9fb3ddd0a1e5f94b068fc064882 Mon Sep 17 00:00:00 2001 From: tkeiyama Date: Sun, 19 Oct 2025 16:01:01 +0900 Subject: [PATCH 1/2] fix the file name to global.css --- src/app/(docs)/docs/installation/framework-guides/qwik.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(docs)/docs/installation/framework-guides/qwik.tsx b/src/app/(docs)/docs/installation/framework-guides/qwik.tsx index 1bac692b4..e50ea5266 100644 --- a/src/app/(docs)/docs/installation/framework-guides/qwik.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/qwik.tsx @@ -88,7 +88,7 @@ export let steps: Step[] = [

), code: { - name: "app.css", + name: "global.css", lang: "css", code: css` @import "tailwindcss"; From 15a14fb4ad62b62f26d80f162d74deb488de3f22 Mon Sep 17 00:00:00 2001 From: tkeiyama Date: Sun, 19 Oct 2025 16:01:15 +0900 Subject: [PATCH 2/2] fix the file name to app.css --- .../(docs)/docs/installation/framework-guides/react-router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(docs)/docs/installation/framework-guides/react-router.tsx b/src/app/(docs)/docs/installation/framework-guides/react-router.tsx index 8a31e963e..482c4a699 100644 --- a/src/app/(docs)/docs/installation/framework-guides/react-router.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/react-router.tsx @@ -83,7 +83,7 @@ export let steps: Step[] = [

), code: { - name: "tailwind.css", + name: "app.css", lang: "css", code: css` @import "tailwindcss";