aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/packages/ui/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwind/packages/ui/src/styles.css')
-rw-r--r--examples/with-tailwind/packages/ui/src/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/with-tailwind/packages/ui/src/styles.css b/examples/with-tailwind/packages/ui/src/styles.css
new file mode 100644
index 0000000..b5c61c9
--- /dev/null
+++ b/examples/with-tailwind/packages/ui/src/styles.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;