Skip to content

Commit

Permalink
Merge pull request #1479 from mgreter/todo/issue-2818
Browse files Browse the repository at this point in the history
Add todo spec test for libsass issue 2818
  • Loading branch information
mgreter authored Oct 5, 2019
2 parents 9a8fa70 + 269453c commit 4ef4427
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/libsass-todo-issues/issue_2818.hrx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<===> input.scss
$map: ("lightness": 10%, "saturation": 10%);
$base: call(get-function('scale-color'), #dedede, $map...);
test { color: $base; }

<===> output.css
test {
color: #e4dede;
}

0 comments on commit 4ef4427

Please sign in to comment.