public function UglifyCssFilter::setCuteComments

Preserve newlines within and around preserved comments

Parameters

bool $cuteComments True to enable:

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php, line 64

Class

UglifyCssFilter
UglifyCss filter.

Namespace

Assetic\Filter

Code

public function setCuteComments($cuteComments) {
  $this->cuteComments = $cuteComments;
}