Method: Sass::Stack::Frame#name
- Defined in:
- lib/sass/stack.rb
#name ⇒ String? (readonly)
The name of the stack frame. For mixin frames, this is the mixin name;
otherwise, it's nil.
33 34 35 |
# File 'lib/sass/stack.rb', line 33
def name
@name
end
|