feat: sponsors

This commit is contained in:
Timothy J. Baek
2024-05-28 00:38:58 -07:00
parent 69f4caa45b
commit 37e211c23d
9 changed files with 647 additions and 2 deletions

6
postcss.config.js Normal file
View File

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