summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/index.css
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-27 17:13:02 -0400
committerrealtradam <[email protected]>2024-06-27 17:13:02 -0400
commit82d341a81410d918fcd1d2a100459504608d1edf (patch)
tree69041586061feb8aff3f797bf5dbc39050f7d586 /react-frontend/src/index.css
parentf8d8ff781dc78a09c0f455313bf1782eb4fba962 (diff)
downloadgameHolster-82d341a81410d918fcd1d2a100459504608d1edf.tar.gz
gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.zip
add tailwind
Diffstat (limited to 'react-frontend/src/index.css')
-rw-r--r--react-frontend/src/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/react-frontend/src/index.css b/react-frontend/src/index.css
index 6119ad9..e7d4bb2 100644
--- a/react-frontend/src/index.css
+++ b/react-frontend/src/index.css
@@ -1,3 +1,7 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;