php-mcp/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2026-01-26 20:49:02 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};