feat: initial commit

This commit is contained in:
rzmk 2024-02-20 02:39:47 -05:00
commit 67d9c3d73b
No known key found for this signature in database
92 changed files with 13341 additions and 0 deletions

6
postcss.config.js Normal file
View file

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