Leafo\ScssPhp\Compiler::libInspect PHP Method

libInspect() protected method

protected libInspect ( $args )
    protected function libInspect($args)
    {
        if ($args[0] === static::$null) {
            return [Type::T_KEYWORD, 'null'];
        }
        return $args[0];
    }
Compiler