Skip to main content

Outline Style

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

CSS Property:outline-style
Classes:5

Outline Style Classes

ClassCSS
outline-noneoutline: 2px solid transparent; outline-offset: 2px;
outlineoutline-style: solid;
outline-dashedoutline-style: dashed;
outline-dottedoutline-style: dotted;
outline-doubleoutline-style: double;

Arbitrary Values

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

[outline-style:value]

Responsive Variants

Apply outline style utilities at specific breakpoints using responsive prefixes.

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