mon-entreprise/postcss.config.js

10 lines
111 B
JavaScript

module.exports = {
plugins: [
require('autoprefixer')
]
}
/*
browsers: [ '> 1% in FR', 'not ie < 10' ]
*/