Leafo\ScssPhp\Compiler::toBool PHP Method

toBool() public method

Cast to boolean
public toBool ( mixed $thing ) : array
$thing mixed
return array
    public function toBool($thing)
    {
        return $thing ? static::$true : static::$false;
    }
Compiler