Beans_Lessc::lib_isem PHP Method

lib_isem() protected method

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