Beans_Lessc::lib_isrem PHP Method

lib_isrem() protected method

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