Skip to content

Commit 38ebdf0

Browse files
authored
Merge pull request tailwindlabs#664 from weaversam8/patch-1
Update Justify Items example to remove duplicate lines
2 parents 71a9692 + e6b3024 commit 38ebdf0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/docs/justify-items.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Use `justify-items-auto` to justify grid items automatically on their inline axi
2626
</template>
2727

2828
<div class="grid **justify-items-auto** ...">
29-
<div>1</div>
3029
<div>1</div>
3130
<div>2</div>
3231
<div>3</div>
@@ -53,7 +52,6 @@ Use `justify-items-start` to justify grid items against the start of their inlin
5352
</template>
5453

5554
<div class="grid **justify-items-start** ...">
56-
<div>1</div>
5755
<div>1</div>
5856
<div>2</div>
5957
<div>3</div>
@@ -80,7 +78,6 @@ Use `justify-items-end` to justify grid items against the end of their inline ax
8078
</template>
8179

8280
<div class="grid **justify-items-end** ...">
83-
<div>1</div>
8481
<div>1</div>
8582
<div>2</div>
8683
<div>3</div>
@@ -107,7 +104,6 @@ Use `justify-items-center` to justify grid items along their inline axis:
107104
</template>
108105

109106
<div class="grid **justify-items-center** ...">
110-
<div>1</div>
111107
<div>1</div>
112108
<div>2</div>
113109
<div>3</div>
@@ -134,7 +130,6 @@ Use `justify-items-stretch` to stretch items along their inline axis:
134130
</template>
135131

136132
<div class="grid **justify-items-stretch** ...">
137-
<div>1</div>
138133
<div>1</div>
139134
<div>2</div>
140135
<div>3</div>

0 commit comments

Comments
 (0)