Skip to content

Commit

Permalink
Add todo spec test for libsass issue 2205
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Oct 20, 2016
1 parent 3695c76 commit 4cdecb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/libsass-todo-issues/issue_2205/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test {
color: rgba(255, 255, 255, 0.5); }
4 changes: 4 additions & 0 deletions spec/libsass-todo-issues/issue_2205/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$params: #fff .5;
test {
color: rgba($params...);
}

0 comments on commit 4cdecb4

Please # to comment.