Leafo\ScssPhp\Compiler::fileExists PHP Method

fileExists() protected method

Does file exist?
protected fileExists ( string $name ) : boolean
$name string
return boolean
    protected function fileExists($name)
    {
        return is_file($name);
    }
Compiler