From f9eba62e8d3eeec1f81b759412af2e1a79921aa2 Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Wed, 19 Nov 2025 14:41:12 +0100 Subject: [PATCH] fix(build): Added postcss config pointing to local plugins --- postcss.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..1c6390f --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,3 @@ +export const plugins = { + autoprefixer: {} +};