typeplate / typeplate.github.io

Official Website for Typeplate: “A Typographic Starter Kit.”
http://typeplate.com
Other
1.35k stars 109 forks source link

Add Var For CSS Hyphens #134

Open grayghostvisuals opened 10 years ago

grayghostvisuals commented 10 years ago

So I've had three projects where each client and the company designers hate the hyphenation we're currently using. Need this in a var to override or maybe even a boolean?

body {
    // Ala Trent Walton
    @include css-hyphens(auto);
}