Skip to content

Commit 1da2789

Browse files
committed
Add src/css/app.css
1 parent 1667d6b commit 1da2789

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/css/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
4+
5+
body {
6+
@apply bg-gray-200;
7+
}

0 commit comments

Comments
 (0)