# File lib/sass/tree/visitors/to_css.rb, line 250
  def visit_media(node)
    with_tabs(@tabs + node.tabs) {visit_directive(node)}
    output("\n") if node.style != :compressed && node.group_end
  end