Skip to content

Commit

Permalink
Remove transform classes from example
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not committed Jan 9, 2025
1 parent e1172f1 commit fd2ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_flip.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule LiveFlip do
```heex
<.flip_wrap id="my-red-square">
<div class="absolute w-16 h-16 bg-red-500 rounded-lg shadow-lg transform -translate-x-1/2 -translate-y-1/2">
<div class="absolute w-16 h-16 bg-red-500 rounded-lg shadow-lg">
</div>
</.flip_wrap>
```
Expand Down

0 comments on commit fd2ad93

Please sign in to comment.