Index: chapterx-frontend/postcss.config.js
===================================================================
--- chapterx-frontend/postcss.config.js	(revision b62cefc14094ca5ac7154f7d48797a1e6c444935)
+++ chapterx-frontend/postcss.config.js	(revision b62cefc14094ca5ac7154f7d48797a1e6c444935)
@@ -0,0 +1,6 @@
+export default {
+  plugins: {
+    tailwindcss: {},
+    autoprefixer: {},
+  },
+}
