aboutsummaryrefslogtreecommitdiff
path: root/benchmark/frontend/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/frontend/src/styles/globals.css')
-rw-r--r--benchmark/frontend/src/styles/globals.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/frontend/src/styles/globals.css b/benchmark/frontend/src/styles/globals.css
new file mode 100644
index 000000000..b5c61c956
--- /dev/null
+++ b/benchmark/frontend/src/styles/globals.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;