class Sass::Stack

def with_base(filename, line)

Other tags:
    Yield: - [] A block in which the new frame is on the stack.

Parameters:
  • line (String) -- See \{Frame#line}.
  • filename (String) -- See \{Frame#filename}.
def with_base(filename, line)
  with_frame(filename, line, :base) {yield}
end