Skip to content

Commit 6db0a82

Browse files
committed
v12.1.1
1 parent 23b1868 commit 6db0a82

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to @csstools/normalize.css
22

3+
### 12.1.1 (December 29, 2023)
4+
5+
- Fixed: normalize `text-size-adjust` in the most backwards compatible way.
6+
37
### 12.1.0 (December 29, 2023)
48

59
- Added: `text-size-adjust` [#25](https://github.com/csstools/normalize.css/issues/25)

opinionated.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
:where(html) {
1010
line-height: 1.15; /* 1 */
11-
-webkit-text-size-adjust: none; /* 2 */
12-
text-size-adjust: none; /* 2 */
11+
-webkit-text-size-adjust: 100%; /* 2 */
12+
text-size-adjust: 100%; /* 2 */
1313
}
1414

1515
/* Sections

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/normalize.css",
3-
"version": "12.1.0",
3+
"version": "12.1.1",
44
"description": "A cross-browser CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)