inkjs-linux/postcss.config.js
2020-06-10 19:20:46 +07:00

6 lines
57 B
JavaScript

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