Open gamma613 opened 10 years ago
Here's a simplified version of some code that I believe is being incorrectly processed:
$x : #9f0; $y : solid 1px scale-color($x, $lightness: -50%); body { background:$x; }
the result of which is
body { background:#4d8000; }
Here's a simplified version of some code that I believe is being incorrectly processed:
the result of which is