todo/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

2024-05-02 10:06:39 +03:00
export default {
plugins: {
autoprefixer: {},
},
};