Beans_Lessc::lib_ispercentage PHP Method

lib_ispercentage() protected method

protected lib_ispercentage ( $value )
    protected function lib_ispercentage($value)
    {
        return $this->toBool($value[0] == "number" && $value[2] == "%");
    }