Feat: PostCSS configuration

This commit is contained in:
2026-03-14 00:03:50 -07:00
parent d913e8ea01
commit ab8d18bedf

6
postcss.config.js Normal file
View File

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