Rewrite Init Commit

This commit is contained in:
Luke Hagar
2023-05-13 20:44:03 -05:00
parent 54d75fcade
commit 5ec4f2c12c
63 changed files with 3151 additions and 34051 deletions

6
postcss.config.cjs Normal file
View File

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