diff options
author | Jordan Bracco <href@random.sh> | 2021-08-29 13:45:35 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2021-08-29 13:45:35 +0200 |
commit | 85a8a84a3bcdd7d3e4f20d2b3356586875c3f1d7 (patch) | |
tree | a43d84b65f171e85b3ebedea31245e51a4ad2128 /apps/styx_web/assets/postcss.config.js | |
parent | Hydra login/consent oauth2 flows (diff) |
Move `assets/` to `apps/styx_web/assets`
Diffstat (limited to 'apps/styx_web/assets/postcss.config.js')
-rw-r--r-- | apps/styx_web/assets/postcss.config.js | 8 |
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: {}, + } + } + |