0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Revert "Turn off clean-css' advanced optimizations."

This reverts commit 25ca51319b016bc4e42e1ba882d6f191e001d65d.
This commit is contained in:
Chris Rebert 2014-06-24 14:54:51 -07:00
parent 49fe75d138
commit e31c2edf88

View File

@ -232,8 +232,7 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*',
noAdvanced: true
keepSpecialComments: '*'
},
core: {
files: {