From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- app/src/app.postcss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/app.postcss (limited to 'app/src/app.postcss') diff --git a/app/src/app.postcss b/app/src/app.postcss new file mode 100644 index 0000000..8ef7d35 --- /dev/null +++ b/app/src/app.postcss @@ -0,0 +1,9 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; +@tailwind variants; + +html, +body { + @apply h-full overflow-hidden; +} -- cgit v1.2.3