Build Fixes #16

Closed
Patrick.Sy wants to merge 3 commits from Patrick.Sy/website-and-documentation:build-fix into main
Showing only changes of commit 7f8a15ba4c - Show all commits

3
postcss.config.js Normal file
View file

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