# File lib/less/engine/nodes/element.rb, line 29
      def tag?
        not id? || class? || universal?
      end