5
Come faccio a scegliere come target IE9 e versioni successive con autoprefixer grunt? Posso fare qualcosa di simile al seguente:Come faccio a scegliere come target IE9 e versioni successive con il prefisso autoprefixer grunt?
grunt.config('autoprefixer', {
options: {
browsers: ['IE9+']
},
dist: {
expand: true,
src: '/styles/app.css'
}
});