Skip to content

Commit

Permalink
Add specs for issue 2200
Browse files Browse the repository at this point in the history
This PR add specs for sass/libsass#2200
  • Loading branch information
xzyfer committed Oct 4, 2016
1 parent 4401ab3 commit 7f17759
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/libsass-todo-issues/issue_2200/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.media-object-section:last-child:not(:nth-child(2)) {
color: blue; }

.orbit-previous {
color: red; }
11 changes: 11 additions & 0 deletions spec/libsass-todo-issues/issue_2200/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.media-object-section:last-child:not(:nth-child(2)) {
color: blue;
}

%orbit-control {
color: red;
}

.orbit-previous {
@extend %orbit-control;
}

0 comments on commit 7f17759

Please # to comment.