Skip to content

Commit 36e80dc

Browse files
committed
update readme
1 parent 31b2438 commit 36e80dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ npm i @egoistdeveloper/twcss-to-sass
6666
<!-- Container Any -->
6767
<div class="bg-white">
6868
<!-- Some Div -->
69-
<div class="flex justify-center items-center min-h-screen min-w-full">
69+
<div class="flex justify-center items-center min-h-screen">
7070
<div class="flex relative">
7171
<!-- Inner Div -->
72-
<div class="w-72 h-40 bg-green-400 transform transition-all skew-x-12 -skew-y-12 absolute rounded-lg">
72+
<div class="w-72 h-40 bg-green-400 absolute">
7373
My Text 1
7474
</div>
7575
</div>

0 commit comments

Comments
 (0)