Commit f41acae9 authored by Chris Rebert's avatar Chris Rebert
Browse files

add TODO item regarding clean-css v3.2 & zeroUnits

Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
parent e7efd810
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 0 deletions
+2 -0
......@@ -223,6 +223,8 @@ module.exports = function (grunt) {
cssmin: {
options: {
// TODO: disable `zeroUnits` optimization once clean-css 3.2 is released
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
compatibility: 'ie8',
keepSpecialComments: '*',
advanced: false
......
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