summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/public/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss/public/global.css')
-rw-r--r--examples/with-tailwindcss/public/global.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/with-tailwindcss/public/global.css b/examples/with-tailwindcss/public/global.css
new file mode 100644
index 000000000..b5c61c956
--- /dev/null
+++ b/examples/with-tailwindcss/public/global.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;