Add postcss.config.js

This commit is contained in:
Eric Lay 2026-03-11 08:32:27 -05:00
parent 79f42b1b0b
commit 41ea0ad61e
1 changed files with 6 additions and 0 deletions

6
postcss.config.js Normal file
View File

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