fix(build): Added postcss config pointing to local plugins

This commit is contained in:
Patrick Sy 2025-11-19 14:41:12 +01:00
parent 49a9d1efe7
commit f9eba62e8d
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

3
postcss.config.js Normal file
View file

@ -0,0 +1,3 @@
export const plugins = {
autoprefixer: {}
};