Waste/Waste.WebApi/App/Page/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2021-04-30 14:52:42 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}