You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've had three projects where each client and the company designers hated the word wrap hyphenation we're currently using.
We need this placed into a variable that is a boolean of some sort. Probably should do it for the break-word property as well.
body {
// Ala Trent Walton@includecss-hyphens(auto);
// normal: Indicates that lines may only break at normal word break points.// break-word : Indicates that normally unbreakable words may be broken at ...// arbitrary points if there are no otherwise acceptable break points in the line.@extend%breakword;
color: $body-copy-color;
}
The text was updated successfully, but these errors were encountered:
So I've had three projects where each client and the company designers hated the word wrap hyphenation we're currently using.
We need this placed into a variable that is a boolean of some sort. Probably should do it for the break-word property as well.
The text was updated successfully, but these errors were encountered: