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