gcode-mirror / phamlp

Automatically exported from code.google.com/p/phamlp
0 stars 0 forks source link

wrong darken value #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile scss: .test { color: darken(#b8860b, 3%); }

What is the expected output? What do you see instead?
Expected: .test { color:#aa7b0a; }
Actual: .test { color:#aa0a0a; }

What version of the product are you using? On what operating system?
trunk and PHamlP_3.2

Please provide any additional information below.

Original issue reported on code.google.com by Ti.web...@gmail.com on 24 Jan 2011 at 4:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Already fixed in this commit 
https://github.com/MarcWeber/phamlp/commit/43032beaf0d892ecfc4fd08742ca26817fbaa
226
. All future fixes you can find here 
https://github.com/anton-zaycev/sass-for-php

Original comment by antonzay...@gmail.com on 3 Jun 2011 at 7:09