Class | Sass::Script::Functions::EvaluationContext |
In: |
lib/sass/script/functions.rb
|
Parent: | Object |
The context in which methods in {Script::Functions} are evaluated. That means that all instance methods of {EvaluationContext} are available to use in functions.
options | [R] |
The options hash for the {Sass::Engine}
that is processing the function call
@return [Hash<Symbol, Object>] |