Commit 360ac888 authored by Chris Rebert's avatar Chris Rebert
Browse files

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

Remove IE8 compatibility option from cssmin Grunt task config
parents bd453652 e8646870
Showing with 0 additions and 1 deletion
+0 -1
...@@ -187,7 +187,6 @@ module.exports = function (grunt) { ...@@ -187,7 +187,6 @@ module.exports = function (grunt) {
cssmin: { cssmin: {
options: { options: {
compatibility: 'ie8',
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true noAdvanced: true
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment