# File lib/sass/tree/media_node.rb, line 51
    def invisible?
      children.all? {|c| c.invisible?}
    end