Skip to main content

Hyphens

Utilities for controlling how words should be hyphenated.

CSS Property:hyphens
Classes:3

Hyphens Classes

ClassCSS
hyphens-nonehyphens: none;
hyphens-manualhyphens: manual;
hyphens-autohyphens: auto;

Arbitrary Values

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

[hyphens:value]

Responsive Variants

Apply hyphens utilities at specific breakpoints using responsive prefixes.

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