border-s-transparent
The class border-s-transparent 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-s-transparent.
The above code produces the following result:
Resulting CSS
border-inline-start-color: transparent;
Other border-color classes
- border-x-transparent
 - border-y-transparent
 - border-e-transparent
 - border-t-transparent
 - border-r-transparent
 - border-b-transparent
 - border-l-transparent
 - border-transparent
 - border-s-orange-50
 - border-s-orange-100
 - border-s-orange-200
 - border-s-orange-300
 - border-s-orange-400
 - border-s-orange-500
 - border-s-orange-600
 - border-s-orange-700
 - border-s-orange-800
 - border-s-orange-900
 - border-s-orange-950
 - border-x-orange-50
 
