Jarves\AssetHandler\ScssHandler::__construct PHP Method

__construct() public method

CssHandler constructor.
public __construct ( Jarves $jarves, Filesystem $filesystem )
$jarves Jarves\Jarves
$filesystem Jarves\Filesystem\Filesystem
    public function __construct(Jarves $jarves, Filesystem $filesystem)
    {
        parent::__construct($jarves);
        $this->filesystem = $filesystem;
    }