Skip to content

Using divide-{colour1} and border-{colour2} at the same time? #3494

Answered by adamwathan
calthejuggler asked this question in Help
Discussion options

You must be logged in to vote

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>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@calthejuggler
Comment options

Answer selected by calthejuggler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants