From 23ab0a24ba82004fa449491b4e08698a1de9e6a0 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 11 Feb 2023 21:04:43 +0100 Subject: feat: Initial commit --- src/app.postcss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/app.postcss (limited to 'src/app.postcss') diff --git a/src/app.postcss b/src/app.postcss new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/src/app.postcss @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; -- cgit v1.3