# File lib/sass/script/functions.rb, line 298
    def hsl(hue, saturation, lightness)
      hsla(hue, saturation, lightness, Number.new(1))
    end