Skip to content

Commit b74bb05

Browse files
authored
Update HOWTO.md with text-transform
1 parent c2fd048 commit b74bb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HOWTO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ The following CSS properties can be used as normal: `font-kerning`, `font-optica
115115
`aspect-ratio`, `border` (and all `border-*` properties), `clear`, `color-scheme`, `contain`, `contain-intrinsic-width`, `contain-intrinsic-height`,
116116
`container-name`, `container-type`, `counter-*`, `flex-*`, `float`, `height`, `isolation`, `justify-self`, `left`, `order`, `orphans`, `outline-*`
117117
(with the exception noted above for `outline-offset`), `overflow-anchor`, `overscroll-behavior-*`, `page`, `position`, `position-anchor`,
118-
`content-visibility`, `right`, `scroll-margin-*`, `scroll-padding-*`, `text-spacing-trim`, `top`, `visibility`, `x`, `y`, `ruby-position`, `user-select`,
119-
`width`, `will-change`, `z-index`.
118+
`content-visibility`, `right`, `scroll-margin-*`, `scroll-padding-*`, `text-transform`, `text-spacing-trim`, `top`, `visibility`, `x`, `y`,
119+
`ruby-position`, `user-select`, `width`, `will-change`, `z-index`.
120120

121121
Additionally all logically equivalent properties to the ones above can be used (e.g. `inline-size` is equivalent to `width`) following the same
122122
rules as their equivalent.

0 commit comments

Comments
 (0)