From f41acae9fca55702a464bf126b7c1ab75703ae29 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 8 Mar 2015 21:31:58 -0700 Subject: [PATCH] add TODO item regarding clean-css v3.2 & zeroUnits Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999 --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index c5f252684d..fe9eb32359 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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