border-l-inherit
The class border-l-inherit is a Tailwind CSS class, part of the border color classes in the category borders.
Example usage
The following code is an example on how to use the class border-l-inherit.
The above code produces the following result:
Resulting CSS
border-left-color: inherit;
Other border-color classes
- border-x-inherit
- border-y-inherit
- border-s-inherit
- border-e-inherit
- border-t-inherit
- border-r-inherit
- border-b-inherit
- border-inherit
- border-l-transparent
- border-l-zinc-50
- border-l-zinc-100
- border-l-zinc-200
- border-l-zinc-300
- border-l-zinc-400
- border-l-zinc-500
- border-l-zinc-600
- border-l-zinc-700
- border-l-zinc-800
- border-l-zinc-900
- border-l-zinc-950