new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Tailwind CSS · Utilities reference · all subjects

hyphens

7 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

hyphens-none utility

The hyphens-none utility applies hyphens: none; to an element, preventing words from being hyphenated even if the line break suggestion ­ is used.

hyphens-manual utility

The hyphens-manual utility applies hyphens: manual; to an element, allowing hyphenation only at line break suggestions marked with ­. This is the default browser behavior.

hyphens-auto utility

The hyphens-auto utility applies hyphens: auto; to an element, allowing the browser to automatically choose hyphenation points based on the language of the content. Line break suggestions marked with ­ will be preferred over automatic hyphenation points.

hyphens utilities responsive design

The hyphens utilities (hyphens-none, hyphens-manual, hyphens-auto) support responsive design variants, allowing different hyphenation behavior at different breakpoints.

hyphens-none example with soft hyphen

When using hyphens-none with a soft hyphen (&shy;), the word will not break at that point. Example: <p class="hyphens-none">... Kraftfahrzeug&shy;haftpflichtversicherung is a ...</p>

hyphens-manual example with soft hyphen

When using hyphens-manual with a soft hyphen (&shy;), the word will only break at that point. Example: <p class="hyphens-manual">... Kraftfahrzeug&shy;haftpflichtversicherung is a ...</p>

hyphens-auto example with language attribute

When using hyphens-auto, specify the language with a lang attribute so the browser can choose appropriate hyphenation points. Example: <p class="hyphens-auto" lang="de">... Kraftfahrzeughaftpflichtversicherung is a ...</p>

Give your agent this brain