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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user