cmc-web/webs/scr-web/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}