mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
parent
045aceef94
commit
3f68c40ac1
1 changed files with 10 additions and 1 deletions
11
Gruntfile.js
11
Gruntfile.js
|
@ -180,7 +180,16 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
autoprefixer: {
|
autoprefixer: {
|
||||||
options: {
|
options: {
|
||||||
browsers: ['last 2 versions', 'ie 8', 'ie 9', 'android 2.3', 'android 4', 'opera 12']
|
browsers: [
|
||||||
|
'Android 2.3',
|
||||||
|
'Android >= 4',
|
||||||
|
'Chrome >= 20',
|
||||||
|
'Firefox >= 24', // Firefox 24 is the latest ESR
|
||||||
|
'Explorer >= 8',
|
||||||
|
'iOS >= 6',
|
||||||
|
'Opera >= 12',
|
||||||
|
'Safari >= 6'
|
||||||
|
]
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Reference in a new issue