Method: Sass::Stack::Frame#name

Defined in:
lib/sass/stack.rb

#nameString? (readonly)

The name of the stack frame. For mixin frames, this is the mixin name; otherwise, it's nil.

Returns:

  • (String?)


33
34
35
# File 'lib/sass/stack.rb', line 33

def name
  @name
end