Init repo

This commit is contained in:
Xevion
2022-11-24 19:13:02 -06:00
commit 7298ae0945
9 changed files with 1487 additions and 0 deletions

6
postcss.config.cjs Normal file
View File

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