Przykład

This commit is contained in:
s22775-pj-Oleksii-Sumrii
2026-04-18 18:43:26 +02:00
parent 840a6d6e56
commit 1963132132
61 changed files with 9872 additions and 2 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
},
}