aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.mjs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-29 21:33:44 -0400
commit4afdb7370dcc8df71c648eb76a7e126cb888e65c (patch)
tree70d90bf64f5efb19997f115ee6d9317005c34473 /postcss.config.mjs
downloadalure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.gz
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.bz2
alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.zip
Initial commit from Create Next App
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;