aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/assets/postcss.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/styx_web/assets/postcss.config.js')
-rw-r--r--apps/styx_web/assets/postcss.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/styx_web/assets/postcss.config.js b/apps/styx_web/assets/postcss.config.js
new file mode 100644
index 0000000..73e4eb8
--- /dev/null
+++ b/apps/styx_web/assets/postcss.config.js
@@ -0,0 +1,8 @@
+module.exports = {
+ plugins: {
+ 'postcss-import': {},
+ tailwindcss: {},
+ autoprefixer: {},
+ }
+ }
+