# File lib/less/engine/nodes/literal.rb, line 76
      def normalize(v, max = 255, min = 0)
        [[min, v].max, max].min
      end