Skip to content

Commit 9f91b91

Browse files
committed
v.5.2.11
1 parent ca6b3ee commit 9f91b91

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## 12 Feb 2024 -- v.5.2.11
66

77
* Adjusted headings `h1` to `h6` so that they have a ×1.125 font size increase, that takes effect at `md` (1024px default).
8-
* Added `text-wrap: balance;` to headings.
98
* Improved `t-sm` so that its _minimum_ size is 13.5px, using `max(.75em, 13.5px)`.
109
* Improved `t-lg` so that it simply upsizes by ×1.25.
1110
* Added `t-display` that increases font sizes (×1.25 → 2) using a `clamp()` ramp.

docs/dist/codebase.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/codebase.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codebase/scss/01_basics/_text.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ h6,
4040
margin-bottom: calc(var(--t-base-lh) * 1rem);
4141
font-weight: var(--hd-weight);
4242
line-height: var(--hd-lh);
43-
text-wrap: balance;
4443
}
4544

4645
h1,

src/dist/codebase.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dist/codebase.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)