kandimat-user-app/postcss.config.js
2019-04-08 10:16:16 +02:00

6 lines
59 B
JavaScript

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