DionysianIdle/postcss.config.js
2025-05-18 03:55:06 -05:00

6 lines
59 B
JavaScript

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