mon-entreprise/postcss.config.js

5 lines
79 B
JavaScript
Raw Normal View History

2017-03-14 14:00:54 +00:00
module.exports = {
plugins: [require('autoprefixer')],
sourceMap: 'inline'
2017-03-14 14:00:54 +00:00
}