diff options
Diffstat (limited to 'xess/postcss.config.js')
| -rw-r--r-- | xess/postcss.config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xess/postcss.config.js b/xess/postcss.config.js new file mode 100644 index 0000000..7084661 --- /dev/null +++ b/xess/postcss.config.js @@ -0,0 +1,8 @@ +module.exports = { + plugins: [ + require("cssnano")({ + preset: "advanced", + }), + require("postcss-url")({ url: "inline" }), + ], +};
\ No newline at end of file |
