mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Revert "Revert "Turn off clean-css' advanced optimizations.""
This reverts commit e31c2edf88
.
This commit is contained in:
parent
a991cd572c
commit
b93b7b1b6d
@ -232,7 +232,8 @@ module.exports = function (grunt) {
|
||||
cssmin: {
|
||||
options: {
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*'
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true
|
||||
},
|
||||
core: {
|
||||
files: {
|
||||
|
Loading…
Reference in New Issue
Block a user