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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user