Skip to content
Prev Previous commit
Next Next commit
add missing --tw-translate-z to property-order list
  • Loading branch information
RobinMalfait committed Feb 21, 2025
commit dbebcb76d5e886bf3444c543ffab353be66d8234
1 change: 1 addition & 0 deletions packages/tailwindcss/src/property-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default [
'translate',
'--tw-translate-x',
'--tw-translate-y',
'--tw-translate-z',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was missing, but we do have it for --tw-scale-z and --tw-rotate-z so I figured why don't we just add this.

'scale',
'--tw-scale-x',
'--tw-scale-y',
Expand Down