Module outline_width

Module outline_width 

Source
Expand description

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

Class Properties
outline-<integer>outline-width: <integer>px;

§Tailwind compatibility

Outline width values don’t follow Tailwind’s philosophy of limiting possible values and all numbers are supported. They are however perfectly compatible with Tailwind’s values.

§Arbitrary values

Any <length> or line width property is allowed as arbitrary value. For example, outline-[2em].

Tailwind reference