Skip to content

Commit

Permalink
Update a spec for sass/sass#2247.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 28, 2017
1 parent d43aa96 commit 25506ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ class-selector {
test-1: .class;
test-2: |*.class;
test-3: .class;
test-4: *.class;
test-4: .class;
test-5: |*.class;
test-6: *|*.class;
test-6: .class;
}

id-selector {
test-1: #id;
test-2: |*#id;
test-3: #id;
test-4: *#id;
test-4: #id;
test-5: |*#id;
test-6: *|*#id;
test-6: #id;
}
1 change: 1 addition & 0 deletions spec/selector-functions/unify/universal_simple/options.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
:todo:
- libsass
- ruby-sass

0 comments on commit 25506ba

Please sign in to comment.