Q
Version: 1.0.1
Source on Github

Compass No Wrap

Remembering whether or not there's a hyphen in white-space is too hard.

This file can be imported using: @import "compass/typography/text/nowrap"

Mixins

view source

=nowrap
  white-space: nowrap
@mixin nowrap {
  white-space: nowrap;
}

When remembering whether or not there's a hyphen in white-space is too hard