diff --git a/src/index.html b/src/index.html index dd91e8c..8301d4f 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@ - + diff --git a/tailwind.css b/tailwind.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities;