first commit

This commit is contained in:
Konstantin
2026-04-12 18:35:16 +07:00
commit 34e098c551
307 changed files with 19544 additions and 0 deletions

5
postcss.config.cjs Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: [
require('autoprefixer')
]
};