Skip to content

Commit 6876ede

Browse files
committed
Add todo spec test for libsass issue 257
sass/libsass#257
1 parent 81bc577 commit 6876ede

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)