diff options
| author | realtradam <[email protected]> | 2024-06-27 17:13:02 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-27 17:13:02 -0400 |
| commit | 82d341a81410d918fcd1d2a100459504608d1edf (patch) | |
| tree | 69041586061feb8aff3f797bf5dbc39050f7d586 /react-frontend/src | |
| parent | f8d8ff781dc78a09c0f455313bf1782eb4fba962 (diff) | |
| download | gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.tar.gz gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.zip | |
add tailwind
Diffstat (limited to 'react-frontend/src')
| -rw-r--r-- | react-frontend/src/index.css | 4 |
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; |
