Skip to content

Commit ec366a6

Browse files
jorgezreikhymhub
authored andcommitted
Fix rotation/rotate styles
1 parent 1bb39cd commit ec366a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm/CssToTailwindTranslator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,8 +1595,8 @@ const propertyMap: Map<string, Record<string, string> | ((val: string) => string
15951595
}
15961596
],
15971597
[
1598-
'rotation',
1599-
val => (`[rotation:${getCustomVal(val)}]`)
1598+
'rotate',
1599+
val => (`[rotate:${getCustomVal(val)}]`)
16001600
],
16011601
[
16021602
'row-gap',

0 commit comments

Comments
 (0)