summaryrefslogtreecommitdiff
path: root/postcss.config.mjs
diff options
context:
space:
mode:
authorLeo Goetz <dev@leogtz.de>2026-05-08 15:43:50 +0200
committerLeo Goetz <dev@leogtz.de>2026-05-08 15:43:50 +0200
commitb2bd3587bfd42ec8efdab12f090996f600720c0d (patch)
treefbb55b716b592032ebbdb5448bfba0b49a609d17 /postcss.config.mjs
inital commitHEADmaster
Diffstat (limited to 'postcss.config.mjs')
-rw-r--r--postcss.config.mjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/postcss.config.mjs b/postcss.config.mjs
new file mode 100644
index 0000000..c7bcb4b
--- /dev/null
+++ b/postcss.config.mjs
@@ -0,0 +1,5 @@
+const config = {
+ plugins: ["@tailwindcss/postcss"],
+};
+
+export default config;