Skip to content

Commit

Permalink
Add todo spec test for libsass issue 2604
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Mar 19, 2018
1 parent 2bd2d3e commit 5907cb4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/libsass-todo-issues/issue_2604/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
test {
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
border-top-color: #dadada;
}
18 changes: 18 additions & 0 deletions spec/libsass-todo-issues/issue_2604/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
test {
border-top-color: darken(lighten(desaturate(#ffffff, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#fefefe, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#fdfdfd, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#fcfcfc, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#fbfbfb, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#fafafa, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f9f9f9, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f8f8f8, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f7f7f7, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f6f6f6, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f5f5f5, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f4f4f4, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f3f3f3, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f2f2f2, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f1f1f1, 15.7%), 33.5%), 14.625%);
border-top-color: darken(lighten(desaturate(#f0f0f0, 15.7%), 33.5%), 14.625%);
}

0 comments on commit 5907cb4

Please sign in to comment.