Skip to content

Commit b43e815

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

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
div {
2+
top: 0px; }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
div {
2+
top: 10px - 2 * 5px /* arrow size */;
3+
}

0 commit comments

Comments
 (0)