]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add TODO item regarding clean-css v3.2 & zeroUnits
authorChris Rebert <github@rebertia.com>
Mon, 9 Mar 2015 04:31:58 +0000 (21:31 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 9 Mar 2015 04:31:58 +0000 (21:31 -0700)
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999

Gruntfile.js

index c5f252684df68a0f6448ed3bed06b924f60a0f60..fe9eb323590f453e517a88fd4aba5e5b80c02863 100644 (file)
@@ -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