Commit 60639350 authored by XhmikosR's avatar XhmikosR

Specify Internet Explorer 9 as the minimum supported version.

parent 5fc3b1d5
...@@ -260,7 +260,7 @@ module.exports = function (grunt) { ...@@ -260,7 +260,7 @@ module.exports = function (grunt) {
options: { options: {
// TODO: disable `zeroUnits` optimization once clean-css 3.2 is released // TODO: disable `zeroUnits` optimization once clean-css 3.2 is released
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly // and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
compatibility: 'ie8', compatibility: 'ie9',
keepSpecialComments: '*', keepSpecialComments: '*',
sourceMap: true, sourceMap: true,
noAdvanced: true noAdvanced: true
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"Android >= 4", "Android >= 4",
"Chrome >= 20", "Chrome >= 20",
"Firefox >= 24", "Firefox >= 24",
"Explorer >= 8", "Explorer >= 9",
"iOS >= 6", "iOS >= 6",
"Opera >= 12", "Opera >= 12",
"Safari >= 6" "Safari >= 6"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment