2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #19 from twbs/ie8-clean-css

Remove IE8 compatibility option from cssmin Grunt task config
This commit is contained in:
Chris Rebert
2014-12-15 11:39:32 -08:00
-1
View File
@@ -187,7 +187,6 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*',
noAdvanced: true
},