Skip to content

Commit 269453c

Browse files
committed
Add todo spec test for libsass issue 2818
sass/libsass#2818
1 parent 6207f4f commit 269453c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<===> input.scss
2+
$map: ("lightness": 10%, "saturation": 10%);
3+
$base: call(get-function('scale-color'), #dedede, $map...);
4+
test { color: $base; }
5+
6+
<===> output.css
7+
test {
8+
color: #e4dede;
9+
}

0 commit comments

Comments
 (0)