Leafo\ScssPhp\Compiler::libOpacity PHP Méthode

libOpacity() protected méthode

protected libOpacity ( $args )
    protected function libOpacity($args)
    {
        $value = $args[0];
        if ($value[0] === Type::T_NUMBER) {
            return null;
        }
        return $this->libAlpha($args);
    }
Compiler