First Commit

This commit is contained in:
Gabe Farrell 2024-04-02 08:17:59 +00:00
parent d198a9ed8a
commit 229c967128
35 changed files with 1377 additions and 136 deletions

6
postcss.config.js Normal file
View file

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