Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 12, 2024
1 parent c3449b1 commit edbf656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/unocss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3922,7 +3922,7 @@ snapshot[`Unocss plugin (with transformers) 3`] = `
content: '/* https://unocss.dev/transformers/directives#usage */
.custom-div {
margin-top:0;margin-bottom:0;text-align:center;font-weight:500;
;

}.custom-div:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));}

.grid {
Expand All @@ -3931,7 +3931,7 @@ snapshot[`Unocss plugin (with transformers) 3`] = `

@media (min-width: 640px) {
.grid {
grid-template-columns:repeat(3,minmax(0,1fr));;
grid-template-columns:repeat(3,minmax(0,1fr));
}
}

Expand Down

0 comments on commit edbf656

Please sign in to comment.