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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js
index 017b34b..c2ddf74 100644
--- a/frontend/postcss.config.js
+++ b/frontend/postcss.config.js
@@ -1,5 +1,5 @@
export default {
- plugins: {
- "@tailwindcss/postcss": {},
- },
+ plugins: {
+ "@tailwindcss/postcss": {},
+ },
};