Skip to content

Commit

Permalink
Activate libsass todo test for issue 1021
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Apr 22, 2016
1 parent 7150e95 commit e0d4e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/libsass-todo-issues/issue_1021/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
div {
top: 0px; }
3 changes: 3 additions & 0 deletions spec/libsass-todo-issues/issue_1021/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
div {
top: 10px - 2 * 5px /* arrow size */;
}

0 comments on commit e0d4e3b

Please sign in to comment.