chriseppstein/compass

View on GitHub
core/stylesheets/compass/typography/text/_nowrap.scss

Summary

Maintainability
Test Coverage
// When remembering whether or not there's a hyphen in white-space is too hard
@mixin nowrap { white-space: nowrap; }