Skip to content

Commit da3f6c2

Browse files
committed
Merge pull request #794 from mgreter/todo/issue_231
Add todo spec test for libsass issue 231
2 parents 415a4f2 + fc627cf commit da3f6c2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
a {
2+
background-image: url(fn("s")); }
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// test.scss:
2+
a {
3+
background-image: url(fn("s"));
4+
}

0 commit comments

Comments
 (0)