OVMS3-idf/examples/protocols/http_server/restful_server/front/web-demo/postcss.config.js
2019-05-10 13:21:14 +08:00

6 lines
59 B
JavaScript

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