🐛 Fix text-transform not unapplyng text-case token (#7272)

This commit is contained in:
Florian Schrödl 2025-09-08 09:34:58 +02:00 committed by GitHub
parent 2f3b464715
commit e761bcac85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,7 @@
(font-size-keys shape-attr) #{shape-attr :typography}
(letter-spacing-keys shape-attr) #{shape-attr :typography}
(font-family-keys shape-attr) #{shape-attr :typography}
(text-case-keys shape-attr) #{shape-attr :typography}
(= :text-transform shape-attr) #{:text-case :typography}
(text-decoration-keys shape-attr) #{shape-attr :typography}
(font-weight-keys shape-attr) #{shape-attr :typography}