public function CompassFilter::setNoLineComments

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php, line 113

Class

CompassFilter
Loads Compass files.

Namespace

Assetic\Filter

Code

public function setNoLineComments($noLineComments) {
  $this->noLineComments = $noLineComments;
}