aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/postcss.config.js')
-rw-r--r--frontend/postcss.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js
index 7b75c83..017b34b 100644
--- a/frontend/postcss.config.js
+++ b/frontend/postcss.config.js
@@ -1,6 +1,5 @@
export default {
plugins: {
- tailwindcss: {},
- autoprefixer: {},
+ "@tailwindcss/postcss": {},
},
};