Phrozn\Processor\Scss::getEnvironment PHP Method

getEnvironment() protected method

protected getEnvironment ( $reset = false )
    protected function getEnvironment($reset = false)
    {
        if ($reset === true || null === $this->scssc) {
            $this->scssc = new \scssc();
        }
        return $this->scssc;
    }