Skip to content

Commit 7aae913

Browse files
authored
Merge pull request #1469 from mgreter/todo/issue_2808
Add todo spec test for libsass issue 2808
2 parents 98a0a8a + 890e727 commit 7aae913

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+
test {
3+
content: str-slice(abcdef, -10, 2)
4+
}
5+
6+
<===> output.css
7+
test {
8+
content: ab;
9+
}

0 commit comments

Comments
 (0)