This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 21:05:49 -07:00
commit 88c7350377
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
7 changed files with 711 additions and 16 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}