12
0
11-main/postcss.config.js
2022-10-26 16:06:12 +08:00

6 linhas
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}