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