0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

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

Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
This commit is contained in:
Chris Rebert 2015-03-08 21:31:58 -07:00
parent e7efd81033
commit f41acae9fc

View 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