Skip to content

Commit fc3578b

Browse files
committed
chore(cna): add remaining @theme inline
1 parent 8997923 commit fc3578b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/create-next-app/templates/app-tw/js/app/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--foreground: #171717;
66
}
77

8-
@theme {
8+
@theme inline {
99
--color-background: var(--background);
1010
--color-foreground: var(--foreground);
1111
--font-sans: var(--font-geist-sans);

packages/create-next-app/templates/app-tw/ts/app/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--foreground: #171717;
66
}
77

8-
@theme {
8+
@theme inline {
99
--color-background: var(--background);
1010
--color-foreground: var(--foreground);
1111
--font-sans: var(--font-geist-sans);

packages/create-next-app/templates/default-tw/js/styles/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--foreground: #171717;
66
}
77

8-
@theme {
8+
@theme inline {
99
--color-background: var(--background);
1010
--color-foreground: var(--foreground);
1111
--font-sans: var(--font-geist-sans);

0 commit comments

Comments
 (0)