2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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

This reverts commit 25ca51319b.
This commit is contained in:
Chris Rebert
2014-06-24 14:54:51 -07:00
parent 49fe75d138
commit e31c2edf88
+1 -2
View File
@@ -232,8 +232,7 @@ module.exports = function (grunt) {
cssmin: {
options: {
compatibility: 'ie8',
keepSpecialComments: '*',
noAdvanced: true
keepSpecialComments: '*'
},
core: {
files: {