nervmag/postcss.config.js

5 lines
59 B
JavaScript

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