Method: Sass::Script::Functions::EvaluationContext#options
- Defined in:
- lib/sass/script/functions.rb
#options ⇒ {Symbol => Object} (readonly)
The options hash for the Engine that is processing the function call
320 321 322 |
# File 'lib/sass/script/functions.rb', line 320
def options
@options
end
|