class Sass::Environment

def options

Returns:
  • ({Symbol => Object}) -
def options
  @options || parent_options || {}
end