Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
ruby 1.8 fix & updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jul 30, 2009
1 parent 9beee54 commit 839c14d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
1.1.6
- hsl() fix
1.1.5
- rgb() fix
1.1.4
Expand Down
2 changes: 1 addition & 1 deletion lib/less/engine/nodes/function.rb
Expand Up @@ -8,7 +8,7 @@ def rgb *rgb
end

def hsl *args
hsla *args, 1.0
hsla *[args, 1.0].flatten
end

#
Expand Down

0 comments on commit 839c14d

Please sign in to comment.