Skip to content

Commit

Permalink
fix: fix transform text-align
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jul 20, 2024
1 parent aadc230 commit f6e3179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,8 @@ const propertyMap: Map<
left: 'text-left',
center: 'text-center',
right: 'text-right',
start: "text-start",
end: "text-end",
justify: 'text-justify',
},
],
Expand Down

0 comments on commit f6e3179

Please sign in to comment.