kandimat-user-app/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2019-03-20 23:19:13 +01:00
module.exports = {
plugins: {
autoprefixer: {}
}
}