diff --git a/daily-thought-frontend/src/styles/globals.css b/daily-thought-frontend/src/styles/globals.css index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..bd6213e1dfe6b0a79ce7d8b37d0d2dc70f0250bb 100644 --- a/daily-thought-frontend/src/styles/globals.css +++ b/daily-thought-frontend/src/styles/globals.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file