Using divide-{colour1} and border-{colour2} at the same time? #3494
Answered
by
adamwathan
calthejuggler
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
adamwathan
Feb 1, 2021
Replies: 1 comment 1 reply
-
Hey! In this case I'd recommend using an extra element: <ul class="divide-y divide-gray-200">
<li>
<div class="border-l-2 border-blue-400">...</div>
</li>
...
</ul> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
calthejuggler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! In this case I'd recommend using an extra element: