nervmag/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2018-11-16 18:16:35 +01:00
module.exports = {
plugins: {
autoprefixer: {}
}
}