# File lib/sass/selector.rb, line 413
      def specificity
        type == :class ? SPECIFICITY_BASE : 1
      end