feat: init commit

This commit is contained in:
vilm3r
2022-06-22 19:10:05 -05:00
parent e612c6a693
commit c1b41b5ebd
41 changed files with 17652 additions and 0 deletions

6
postcss.config.js Normal file
View File

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