Misc (Typography)
Miscellaneous typography utility classes:
CSS Class | Description |
---|---|
l{p}ink |
custom style for the link elements (typography.scss) |
t{p}runcate |
truncate text if it exceeds its parent (example) |
f{p}ont-smooth |
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; |
b{p}reak-word |
overflow-wrap: break-word; |