Skip to content

Commit c858b2b

Browse files
committed
fix tailwind configuration
1 parent 902e392 commit c858b2b

34 files changed

+7
-6399
lines changed

app/globals.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import './globals.css'
2+
13
export default function RootLayout({
24
children,
35
}: {

src/queries/__generated__/BadgeList_user.graphql.ts

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)