Skip to content

Commit 56ef803

Browse files
authored
fix: allow .list-col-wrap to work with Tailwind CSS variant prefixes. closes: #4336
example: https://play.tailwindcss.com/xI55YKx0Jz?file=css close #4336
1 parent 97b8097 commit 56ef803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/daisyui/src/components/list.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
--list-grid-cols: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto)
4545
minmax(0, auto) 1fr;
4646
}
47-
> :not(.list-col-wrap) {
47+
> * {
4848
@apply row-start-1;
4949
}
5050
}
5151
}
5252
}
5353

5454
.list-col-wrap {
55-
@layer daisyui.l1.l2 {
55+
@layer daisyui.l1 {
5656
@apply row-start-2;
5757
}
5858
}

0 commit comments

Comments
 (0)