Skip to content

Commit c652ea9

Browse files
committed
Update globals.css to TailwindCSS v3 syntax
1 parent 9857485 commit c652ea9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

writegeist-web/app/globals.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@import "tailwindcss";
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
24

3-
@theme {
5+
:root {
46
--color-background: #ffffff;
57
--color-foreground: #171717;
68
--color-primary: #171717;
@@ -22,7 +24,7 @@
2224
}
2325

2426
@media (prefers-color-scheme: dark) {
25-
@theme {
27+
:root {
2628
--color-background: #0a0a0a;
2729
--color-foreground: #ededed;
2830
--color-primary: #ffffff;

0 commit comments

Comments
 (0)