Skip to content

Commit

Permalink
scale-color doesn't take a hue parameter.
Browse files Browse the repository at this point in the history
Closes sassgh-203.
  • Loading branch information
nex3 committed Nov 23, 2011
1 parent e4a956b commit d532b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sass/script/functions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module Sass::Script
# \{#adjust_color adjust-color($color, \[$red\], \[$green\], \[$blue\], \[$hue\], \[$saturation\], \[$lightness\], \[$alpha\]}
# : Increase or decrease any of the components of a color.
#
# \{#scale_color scale-color($color, \[$red\], \[$green\], \[$blue\], \[$hue\], \[$saturation\], \[$lightness\], \[$alpha\]}
# \{#scale_color scale-color($color, \[$red\], \[$green\], \[$blue\], \[$saturation\], \[$lightness\], \[$alpha\]}
# : Fluidly scale one or more components of a color.
#
# \{#change_color change-color($color, \[$red\], \[$green\], \[$blue\], \[$hue\], \[$saturation\], \[$lightness\], \[$alpha\]}
Expand Down

0 comments on commit d532b30

Please sign in to comment.