Leafo\ScssPhp\Compiler::libLighten PHP Method

libLighten() protected method

protected libLighten ( $args )
    protected function libLighten($args)
    {
        $color = $this->assertColor($args[0]);
        $amount = Util::checkRange('amount', new Range(0, 100), $args[1], '%');
        return $this->adjustHsl($color, 3, $amount);
    }
Compiler