Module: Overflow
The overflow module contains mixins overflow-wrap
that helps breaking long words when neccessary,
word-break
that aggressively breaks any word at the container edge,
and ellipsis
that truncates overflow with …
From Chris Coyier's article,
you'll find it in src/modules/_overflow.scss
.