Module border_style

Module border_style 

Source
Expand description

Utilities for controlling the style of an element’s borders.

Class Properties Preview
border-solidborder-style: solid;
border-dashedborder-style: dashed;
border-dottedborder-style: dotted;
border-doubleborder-style: double;
border-hiddenborder-style: hidden;
border-noneborder-style: none;

§Arbitrary values

Any line style property is allowed as arbitrary value. For example, border-[dotted_solid_none_dashed].

Tailwind reference