MeikanClient/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2018-12-03 20:27:07 +01:00
module.exports = {
plugins: {
autoprefixer: {}
}
}