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

libGrayscale() 보호된 메소드

protected libGrayscale ( $args )
    protected function libGrayscale($args)
    {
        $value = $args[0];
        if ($value[0] === Type::T_NUMBER) {
            return null;
        }
        return $this->adjustHsl($this->assertColor($value), 2, -100);
    }
Compiler