aboutsummaryrefslogtreecommitdiff
path: root/xess/postcss.config.js
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-17 19:33:07 -0400
committerXe Iaso <me@xeiaso.net>2025-03-17 19:33:07 -0400
commit9923878c5c8b68df7f132efd28f76ce5478a1f1a (patch)
treec18dfc413495c09886b0d622a275f142f3e9c333 /xess/postcss.config.js
downloadanubis-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.js8
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