# File lib/sass/scss/parser.rb, line 1250
      def deprefix(str)
        str.gsub(/^-[a-zA-Z0-9]+-/, '')
      end