11-mes-new/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View 히스토리

2022-11-07 08:45:49 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}