From 85a8a84a3bcdd7d3e4f20d2b3356586875c3f1d7 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Sun, 29 Aug 2021 13:45:35 +0200 Subject: Move `assets/` to `apps/styx_web/assets` --- apps/styx_web/assets/postcss.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/styx_web/assets/postcss.config.js (limited to 'apps/styx_web/assets/postcss.config.js') 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: {}, + } + } + -- cgit v1.2.3