mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove IE8 compatibility option from cssmin Grunt task config
This commit is contained in:
parent
bd453652b8
commit
e86468702a
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ module.exports = function (grunt) {
|
|||
|
||||
cssmin: {
|
||||
options: {
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue