# File lib/sass/tree/visitors/set_options.rb, line 121
  def visit_supports(node)
    node.condition.options = @options
    yield
  end