Make autoprefixer support the 4 latest major browser versions.
parent
c004f96245
commit
e9ebd698e4
|
@ -18,7 +18,7 @@ module.exports = {
|
||||||
'moment-timezone': 'moment-timezone/builds/moment-timezone-with-data-2012-2022.js',
|
'moment-timezone': 'moment-timezone/builds/moment-timezone-with-data-2012-2022.js',
|
||||||
},
|
},
|
||||||
|
|
||||||
autoprefixer: '> 1%, last 2 versions, Firefox ESR, ios >= 8',
|
autoprefixer: '> 1%, last 4 versions, Firefox ESR, ios >= 8',
|
||||||
|
|
||||||
config(config) {
|
config(config) {
|
||||||
// Change config as you wish
|
// Change config as you wish
|
||||||
|
|
Loading…
Reference in New Issue