Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2016-12-23 00:41:31 +0300
committerMark Otto <markd.otto@gmail.com>2016-12-23 00:41:31 +0300
commit855a67b1d6364be9bf730871dd4914d8d760589d (patch)
treeb84b6fb490c894cb45110d69ae2bfe8f295496c5 /Gruntfile.js
parentb01f5a1a385bbb224cea68a9a5d73fdb586c33f3 (diff)
Remove IE9 browser hacks. (#21393)
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9580da782e..91a7288606 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -163,7 +163,6 @@ module.exports = function (grunt) {
cssmin: {
options: {
- compatibility: 'ie10,-properties.zeroUnits',
sourceMap: true,
// sourceMapInlineSources: true,
advanced: false