typeplate/typeplate.github.io

Add Var For CSS Hyphens

Opened this issue · 0 comments

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);
}