Skip to content

Commit

Permalink
Merge pull request #1129 from sass/fixes
Browse files Browse the repository at this point in the history
Triage specs for Dart Sass.
  • Loading branch information
nex3 authored May 29, 2017
2 parents 671c76a + cd7a3c4 commit 81366e3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 22 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;
}
3 changes: 0 additions & 3 deletions spec/libsass-closed-issues/issue_2000/options.yml

This file was deleted.

11 changes: 11 additions & 0 deletions spec/libsass-todo-issues/issue_2055/expected_output-dart-sass.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:not(.thing) {
color: red;
}

:not(.thing[disabled]):not([disabled]:has(:not(.thing[disabled]):not([disabled]:not(.thing[disabled])))):not([disabled]:not(.thing[disabled]):not([disabled]:has(:not(.thing[disabled]):not([disabled]:not(.thing[disabled]))))) {
background: blue;
}

:has(:not(.thing[disabled]):not([disabled]:has(:not(.thing[disabled]):not([disabled]:not(.thing[disabled])))):not([disabled]:not(.thing[disabled]):not([disabled]:has(:not(.thing[disabled]):not([disabled]:not(.thing[disabled])))))) {
background: blue;
}
3 changes: 0 additions & 3 deletions spec/libsass-todo-issues/issue_2055/options.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ a b :first-child ::after, a b :nth-of-type(-2n+1) ::after {
a b :first-child :not(.foo), a b :nth-of-type(-2n+1) :not(.foo) {
hoo: boo;
}
a b :first-child , a b :nth-of-type(-2n+1) {
hoo: boo;
}
a b :first-child a, a b :nth-of-type(-2n+1) a {
b: c;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ a b {
:not(.foo) {
hoo: boo;
}
// the following is not actually valid, but sass accepts it
:not(:not(:not(.foo[bleeble="blabble"] > .hello, .gluxbux))) { hoo: boo; }
a { b: c; }
}
}

This file was deleted.

3 changes: 0 additions & 3 deletions spec/selector-functions/extend/simple/options.yml

This file was deleted.

3 changes: 0 additions & 3 deletions spec/selector-functions/replace/options.yml

This file was deleted.

0 comments on commit 81366e3

Please sign in to comment.