public function ScssphpFilter::setImportPaths

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php, line 61

Class

ScssphpFilter
Loads SCSS files using the PHP implementation of scss, scssphp.

Namespace

Assetic\Filter

Code

public function setImportPaths(array $paths) {
  $this->importPaths = $paths;
}