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, 6 insertions, 0 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js
new file mode 100644
index 0000000..2aa7205
--- /dev/null
+++ b/frontend/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+};