Skip to content

Commit ed7622e

Browse files
committed
Merge pull request #797 from mgreter/todo/issue_257
Add todo spec test for libsass issue 257
2 parents 88798be + 6876ede commit ed7622e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
body {
2+
background: blue; }
3+
body a {
4+
color: black; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
body{background:blue; a{color:black;}}

0 commit comments

Comments
 (0)