This commit is contained in:
MangoPig
2026-05-10 16:47:34 +01:00
commit 0fdec18a15
16 changed files with 6944 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// Path: Frontend/postcss.config.cjs
module.exports = {
plugins: [require("autoprefixer"), require("postcss-preset-env"), require("cssnano")],
};