Skip to main content

Text Decoration Thickness

Utilities for controlling the thickness of text decorations.

CSS Property:text-decoration-thickness
Classes:7

Text Decoration Thickness Classes

ClassCSS
decoration-autotext-decoration-thickness: auto;
decoration-from-fonttext-decoration-thickness: from-font;
decoration-0text-decoration-thickness: 0px;
decoration-1text-decoration-thickness: 1px;
decoration-2text-decoration-thickness: 2px;
decoration-4text-decoration-thickness: 4px;
decoration-8text-decoration-thickness: 8px;

Arbitrary Values

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

[text-decoration-thickness:value]

Responsive Variants

Apply text decoration thickness utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:decoration-auto
768px+md:md:decoration-auto
1024px+lg:lg:decoration-auto
1280px+xl:xl:decoration-auto
1536px+2xl:2xl:decoration-auto