Leafo\ScssPhp\Compiler::libComplement PHP Method

libComplement() protected method

protected libComplement ( $args )
    protected function libComplement($args)
    {
        return $this->adjustHsl($this->assertColor($args[0]), 1, 180);
    }
Compiler