Skip to main content

Outline Width

Utilities for controlling the width of an element's outline.

CSS Property:outline-width
Classes:5

Outline Width Classes

ClassCSS
outline-0outline-width: 0px;
outline-1outline-width: 1px;
outline-2outline-width: 2px;
outline-4outline-width: 4px;
outline-8outline-width: 8px;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[outline-width:value]

Responsive Variants

Apply outline width utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:outline-0
768px+md:md:outline-0
1024px+lg:lg:outline-0
1280px+xl:xl:outline-0
1536px+2xl:2xl:outline-0