mirror of https://github.com/twbs/bootstrap.git
add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
This commit is contained in:
parent
e7efd81033
commit
f41acae9fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue