Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make word-wrap and break-word a boolean #121

Open
grayghostvisuals opened this issue Sep 9, 2013 · 0 comments
Open

Make word-wrap and break-word a boolean #121

grayghostvisuals opened this issue Sep 9, 2013 · 0 comments

Comments

@grayghostvisuals
Copy link
Contributor

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
    @include css-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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant