digitalcampusframework / dcf

Digital Campus Framework
BSD 3-Clause "New" or "Revised" License
8 stars 13 forks source link

Add options for `text-wrap` `balanced` to headings, table `caption`s; `pretty` to paragraphs, lists, figures, details #521

Closed skoolbus39 closed 6 months ago

tommyneu commented 6 months ago

Do we want to have classes for the new text wrap options like "dcf-txt-balanced" and "dcf-txt-pretty". These word wrap stuff might need to have a more standard name too if we add more options.

It also sounds like "pretty" is a slow algorithm, not sure how it will affect page load time if lots of things having those

_utilities.typography.scss text-wrap#pretty MDN docs