Initial commit

This commit is contained in:
Lee
2023-07-01 20:43:53 +00:00
commit eef0293ede
19 changed files with 4550 additions and 0 deletions

6
postcss.config.js Normal file
View File

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