Closed robations closed 12 years ago
Getting an undefined variable notice when mixing alpha colours, originating from line 1682 of lessc.inc.php (v0.3.3).
lessc.inc.php
I've made a fix by comparison with code here:
http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html#mix-instance_method
however, don't want to send pull request without first adding a test...
I went ahead and pushed a fix. $p should have been $weight
$p
$weight
Getting an undefined variable notice when mixing alpha colours, originating from line 1682 of
lessc.inc.php
(v0.3.3).I've made a fix by comparison with code here:
http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html#mix-instance_method
however, don't want to send pull request without first adding a test...