Skip to content

Commit

Permalink
Merge pull request #1080 from xzyfer/feat/issue-2321
Browse files Browse the repository at this point in the history
Add specs for issue 2321
  • Loading branch information
xzyfer authored Feb 7, 2017
2 parents c4f1c66 + a2521ec commit fd94805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_2321/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
a {
b: b;
c: c;
}
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_2321/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
a {
b: if(true, b, c...);
c: if(false, b, c...);
}

0 comments on commit fd94805

Please sign in to comment.