inkjs-linux/postcss.config.js

6 lines
57 B
JavaScript
Raw Normal View History

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