Leafo\ScssPhp\Compiler::libInspect PHP 메소드

libInspect() 보호된 메소드

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