mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 01:42:36 +02:00
Revert "Turn off clean-css' advanced optimizations."
This reverts commit 25ca51319b
.
This commit is contained in:
@@ -232,8 +232,7 @@ module.exports = function (grunt) {
|
||||
cssmin: {
|
||||
options: {
|
||||
compatibility: 'ie8',
|
||||
keepSpecialComments: '*',
|
||||
noAdvanced: true
|
||||
keepSpecialComments: '*'
|
||||
},
|
||||
core: {
|
||||
files: {
|
||||
|
Reference in New Issue
Block a user