public function ScssphpFilter::filterDump

Filters an asset just before it's dumped.

Parameters

AssetInterface $asset An asset:

Overrides FilterInterface::filterDump

File

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

Class

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

Namespace

Assetic\Filter

Code

public function filterDump(AssetInterface $asset) {
}