Skip to content

Commit

Permalink
fix: remove grid-gap from preset-rem-to-px.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvilhelmberglund committed Jul 14, 2023
1 parent 8051d82 commit a3826c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/preset-rem-to-px.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('rem-to-px', () => {
.-p2{padding:-8px;}
.m4{margin:16px;}
.mx2{margin-left:8px;margin-right:8px;}
.gap2{grid-gap:8px;gap:8px;}"
.gap2{gap:8px;}"
`)
})

Expand All @@ -33,7 +33,7 @@ describe('rem-to-px', () => {
.\\\\!-p2{padding:-8px !important;}
.\\\\!m4{margin:16px !important;}
.\\\\!mx2{margin-left:8px !important;margin-right:8px !important;}
.\\\\!gap2{grid-gap:8px !important;gap:8px !important;}"
.\\\\!gap2{gap:8px !important;}"
`)
})
})

0 comments on commit a3826c3

Please sign in to comment.