From 8886308c56223f04df535a065234414a6deb11ba Mon Sep 17 00:00:00 2001 From: Maksymilian Date: Fri, 23 Sep 2022 09:44:56 +0200 Subject: Initial commit, v1.0.0 --- src/lib/Tailwind.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/lib/Tailwind.css (limited to 'src/lib/Tailwind.css') diff --git a/src/lib/Tailwind.css b/src/lib/Tailwind.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/src/lib/Tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file -- cgit v1.3.1