diff options
| author | Chris Rebert <[email protected]> | 2015-03-08 21:31:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-08 21:31:58 -0700 |
| commit | f41acae9fca55702a464bf126b7c1ab75703ae29 (patch) | |
| tree | 1426927f68da237bebaa8b4e97b6549c89869868 | |
| parent | e7efd810339eb538c4103a6d116956f1917c43d8 (diff) | |
| download | bootstrap-f41acae9fca55702a464bf126b7c1ab75703ae29.tar.xz bootstrap-f41acae9fca55702a464bf126b7c1ab75703ae29.zip | |
add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c5f252684..fe9eb3235 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 |
