Class Less::Node::Function
In: lib/less/engine/nodes/function.rb
Parent: String

A CSS function, like rgb() or url()

  it calls functions from the Functions module

Methods

evaluate   nearest   new   to_css  

Included Modules

Entity Functions

Public Class methods

Public Instance methods

Call the function

If the function isn‘t found, we just print it out, this is the case for url(), for example,

[Validate]