Initial commit

This commit is contained in:
belviskhoremk
2026-02-22 22:00:55 +00:00
parent 2183c0a61d
commit 53279e8fe1
7 changed files with 1679 additions and 136 deletions

6
postcss.config.js Normal file
View File

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