1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Remove IE8 compatibility option from cssmin Grunt task config

This commit is contained in:
Chris Rebert
2014-12-15 11:28:35 -08:00
parent bd453652b8
commit e86468702a

View File

@@ -187,7 +187,6 @@ module.exports = function (grunt) {
cssmin: { cssmin: {
options: { options: {
compatibility: 'ie8',
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true noAdvanced: true
}, },