2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Specify Internet Explorer 9 as the minimum supported version.

This commit is contained in:
XhmikosR
2015-08-25 15:37:19 +03:00
parent 5fc3b1d540
commit 606393502d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ module.exports = function (grunt) {
options: {
// 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
compatibility: 'ie8',
compatibility: 'ie9',
keepSpecialComments: '*',
sourceMap: true,
noAdvanced: true