Skip to content

Commit e6b7411

Browse files
authored
Fix typo in v4 stacked variants migration example (#1910)
1 parent ff6edf0 commit e6b7411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/v4-beta.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ To update your project for this change, reverse the order of any order-sensitive
19191919

19201920
```diff-html
19211921
- <ul class="py-4 first:*:pt-0 last:*:pb-0">
1922-
+ <ul class="py-4 *:first:pt-0 *:first:pb-0">
1922+
+ <ul class="py-4 *:first:pt-0 *:last:pb-0">
19231923
<li>One</li>
19241924
<li>Two</li>
19251925
<li>Three</li>

0 commit comments

Comments
 (0)