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:
parent
49fe75d138
commit
e31c2edf88
@ -232,8 +232,7 @@ module.exports = function (grunt) {
|
||||
cssmin: {
|
||||
options: {
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true
|
||||
keepSpecialComments: '*'
|
||||
},
|
||||
core: {
|
||||
files: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user