Skip to content

Commit 5b8ed9c

Browse files
committed
Merge pull request #708 from mgreter/todo-test/issue_1776
Add todo test for libsass issue 1776
2 parents cea5b1f + 2ab5585 commit 5b8ed9c

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1 { width: calc(100% - 110px); }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1{width:calc(100% - 110px)}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
width: calc(100% - 110px);
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
h1 {
2+
width: calc(100% - 110px); }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
width :calc(100% - 110px);
3+
}

0 commit comments

Comments
 (0)