Merge version_1 into main #1

Merged
development merged 13 commits from version_1 into main 2026-01-21 11:11:12 +00:00
Showing only changes of commit 033095e107 - Show all commits

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}