Commit db32afe6 authored by XhmikosR's avatar XhmikosR

Update grunt-contrib-cssmin.

parent 00b3b8b0
...@@ -195,7 +195,7 @@ module.exports = function (grunt) { ...@@ -195,7 +195,7 @@ module.exports = function (grunt) {
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css
report: 'min', report: 'min',
selectorsMergeMode: 'ie8' compatibility: 'ie8'
}, },
src: [ src: [
'docs/assets/css/docs.css', 'docs/assets/css/docs.css',
......
This diff is collapsed.
Markdown is supported
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