Module ring_offset_width

Module ring_offset_width 

Source
Expand description

Utilities for simulating an offset when adding outline rings.

Class Properties
ring-offset-<integer>--en-ring-offset-width: <integer>px;
box-shadow: 0 0 0 var(--en-ring-offset-width) var(--en-ring-offset-color), var(--en-ring-shadow);

§Tailwind compatibility

Ring offset 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> property is allowed as arbitrary value. For example, ring-offset-[1.2rem].

Tailwind reference