Skip to content

Commit

Permalink
Triage specs for Dart Sass.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 29, 2017
1 parent f5d8e8a commit cd7a3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:nth-of-type(2n- 1),
:nth-of-type(2n -1),
:nth-of-type(2n - 1),
:nth-of-type(2n - 1 ) {
:nth-of-type(2n - 1) {
color: red;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:nth-of-type(2n+ 1),
:nth-of-type(2n +1),
:nth-of-type(2n + 1),
:nth-of-type(2n + 1 ) {
:nth-of-type(2n + 1) {
color: red;
}

0 comments on commit cd7a3c4

Please sign in to comment.