diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-17 19:33:07 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-17 19:33:07 -0400 |
| commit | 9923878c5c8b68df7f132efd28f76ce5478a1f1a (patch) | |
| tree | c18dfc413495c09886b0d622a275f142f3e9c333 /xess/postcss.config.js | |
| download | anubis-9923878c5c8b68df7f132efd28f76ce5478a1f1a.tar.xz anubis-9923878c5c8b68df7f132efd28f76ce5478a1f1a.zip | |
initial import from /x/ monorepo
Signed-off-by: Xe Iaso <me@xeiaso.net>
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 |
