benjaminpalko/postcss.config.js
2025-04-26 22:43:23 -04:00

5 lines
56 B
JavaScript

export default {
plugins: {
autoprefixer: {},
},
};