Repository init

This commit is contained in:
Xevion
2022-12-14 03:33:45 -06:00
commit 403df77672
24 changed files with 2673 additions and 0 deletions

6
postcss.config.cjs Normal file
View File

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