aboutsummaryrefslogtreecommitdiff
path: root/apps/memory-graph-playground/postcss.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/memory-graph-playground/postcss.config.mjs')
-rw-r--r--apps/memory-graph-playground/postcss.config.mjs7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/memory-graph-playground/postcss.config.mjs b/apps/memory-graph-playground/postcss.config.mjs
new file mode 100644
index 00000000..61e36849
--- /dev/null
+++ b/apps/memory-graph-playground/postcss.config.mjs
@@ -0,0 +1,7 @@
+const config = {
+ plugins: {
+ "@tailwindcss/postcss": {},
+ },
+};
+
+export default config;