Text transform
Most types of text in Mybring can use the default for its element. But if you need to override this — use these classes.
Class | Declaration | Example |
---|---|---|
ttc | text-transform: capitalize; |
Mybring design system |
ttl | text-transform: lowercase; |
Mybring design system |
ttu | text-transform: uppercase; |
Mybring design system |
ttn | text-transform: none; |
Mybring design system |