cmc-web/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2024-05-31 05:28:46 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}