aboutsummaryrefslogtreecommitdiffstats
path: root/app/postcss.config.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'app/postcss.config.cjs')
-rw-r--r--app/postcss.config.cjs6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/postcss.config.cjs b/app/postcss.config.cjs
new file mode 100644
index 0000000..16dce0b
--- /dev/null
+++ b/app/postcss.config.cjs
@@ -0,0 +1,6 @@
+module.exports = {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+} \ No newline at end of file