Class | Sass::Script::Funcall |
In: |
lib/sass/script/funcall.rb
|
Parent: | Node |
A SassScript parse node representing a function call.
A function call either calls one of the functions in {Script::Functions}, or if no function with the given name exists it returns a string representation of the function call.
args | [R] |
The arguments to the function.
@return [Array<Script::Node>] |
name | [R] |
The name of the function.
@return [String] |
Don‘t set the context for child nodes if this is `url()`, since `url()` allows quoted strings.
@param context [Symbol] @see Node#context=
Evaluates the function call.
@param environment [Sass::Environment] The environment in which to evaluate the SassScript @return [Literal] The SassScript object that is the value of the function call @raise [Sass::SyntaxError] if the function call raises an ArgumentError