Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 21, 2020
1 parent 11ffa61 commit fc5c9ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions __tests__/processPlugins.test.js
Expand Up @@ -1980,6 +1980,12 @@ test('plugins can extend variants', () => {
.opacity-100 {
opacity: 1
}
.group:hover .group-hover\\:opacity-0 {
opacity: 0
}
.group:hover .group-hover\\:opacity-100 {
opacity: 1
}
.hover\\:opacity-0:hover {
opacity: 0
}
Expand Down

0 comments on commit fc5c9ce

Please sign in to comment.