Merge version_1 into main #1

Merged
development merged 12 commits from version_1 into main 2026-01-16 13:25:18 +00:00
Showing only changes of commit 89624e07cb - Show all commits

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}