feat: add capitalize text transform variant for Title
This commit is contained in:
committed by
Michael Zetterberg
parent
d28cbf10c7
commit
f5d998d056
@@ -68,6 +68,10 @@
|
||||
text-decoration: var(--typography-Title-5-textDecoration);
|
||||
}
|
||||
|
||||
.capitalize {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.regular {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ const config = {
|
||||
left: styles.left,
|
||||
},
|
||||
textTransform: {
|
||||
capitalize: styles.capitalize,
|
||||
regular: styles.regular,
|
||||
uppercase: styles.uppercase,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user