Skip to content

Commit b9adb66

Browse files
committed
Add todo spec test for libsass issue 131
sass/libsass#131
1 parent 81bc577 commit b9adb66

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)