Skip to content

Commit

Permalink
Update extending test case for stylis' rule merging
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed May 27, 2017
1 parent fb4f13c commit 894415e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/extending.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ describe('extending', () => {
.c{ color: blue; }
.c > h1{ font-size: 4rem; }
.sc-b {}
.d { color: blue; }
.d { color: blue; color: red; }
.d > h1 { font-size: 4rem; }
.d { color: red; }
`)
})

Expand Down

0 comments on commit 894415e

Please sign in to comment.