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