first commit

This commit is contained in:
amy 2024-12-10 20:22:14 +03:30
commit ad76e02880
No known key found for this signature in database
19 changed files with 2292 additions and 0 deletions

6
postcss.config.js Normal file
View file

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