We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1667d6b commit 1da2789Copy full SHA for 1da2789
src/css/app.css
@@ -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