Leafo\ScssPhp\Compiler::getStoreEnv PHP Method

getStoreEnv() protected method

Get store environment
protected getStoreEnv ( ) : Leafo\ScssPhp\Compiler\Environment
return Leafo\ScssPhp\Compiler\Environment
    protected function getStoreEnv()
    {
        return isset($this->storeEnv) ? $this->storeEnv : $this->env;
    }
Compiler