Skip to content

Commit

Permalink
fix: border-4 to border--4
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Aug 2, 2024
1 parent fb9a4bd commit ce50268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('should', () => {
expect(
transform('class="border-solid"'),
).toMatchInlineSnapshot(`"class="border-solid""`)
expect(transform('class="border-4"')).toMatchInlineSnapshot(`"class="border-4""`)
})

it('left', () => {
Expand Down

0 comments on commit ce50268

Please sign in to comment.