Skip to content

Commit 0464279

Browse files
committed
Merge pull request #787 from mgreter/todo/issue_131
Add todo spec test for libsass issue 131
2 parents b95778b + b9adb66 commit 0464279

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
div {
2+
content: "foo bar"; }
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$foo: bar;
2+
3+
div {
4+
content: "foo #{$foo}"
5+
}

0 commit comments

Comments
 (0)