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