init frontend

This commit is contained in:
Hayden 2022-08-30 10:05:21 -08:00
parent b83505104a
commit 3829e2e3f5
43 changed files with 6730 additions and 0 deletions

View file

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