aboutsummaryrefslogtreecommitdiff
path: root/packages/challenger-ui/postcss.config.js
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-14 00:00:40 -0300
committerSebastian <sebasjm@gmail.com>2023-11-14 00:00:40 -0300
commitcd87d4c0b78525d428b10011446b6f510f9f6736 (patch)
tree42b070377b0b91067ebe62aef2547078d5fc6857 /packages/challenger-ui/postcss.config.js
parentca076e5eab10d2d471dd68732a7d8a7ac9f5f6bc (diff)
downloadwallet-core-cd87d4c0b78525d428b10011446b6f510f9f6736.tar.xz
challenger ui
Diffstat (limited to 'packages/challenger-ui/postcss.config.js')
-rw-r--r--packages/challenger-ui/postcss.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/challenger-ui/postcss.config.js b/packages/challenger-ui/postcss.config.js
new file mode 100644
index 000000000..2e7af2b7f
--- /dev/null
+++ b/packages/challenger-ui/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}