diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 12:50:06 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 12:50:06 -0500 |
commit | 24aef8d70f7602ab241f75e38baf8df028378b7d (patch) | |
tree | f31dd64b251ea256ca32482f8ed0271a3c02d650 /src/index.css | |
parent | 0786e9cde18448692466c61217d1d7d65f23594f (diff) |
Add tailwind css
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css index 04146b5..868b6c6 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", |