Document-MCP / frontend /postcss.config.js
Wothmag07's picture
Doc-MCP Application
1e6a9db
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}