-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
helpers:
.hyphenate {
word-wrap: break-word;
hyphens: auto;
}
/* helps with fonts that look a bit chunky on MacOS vs other platforms/OS's */
.skinnify {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.unskinnify {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}Metadata
Metadata
Assignees
Labels
No labels