class Sass::Environment

def stack

Returns:
  • (Array<{Symbol => Object}>) - The stack frames,
def stack
  @stack ||= @parent.stack
end