frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss in compass-0.11.beta.2 vs frameworks/compass/stylesheets/compass/utilities/text/_nowrap.scss in compass-0.11.beta.3

- old
+ new

@@ -1,2 +1,3 @@ -// When remembering whether or not there's a hyphen in white-space is too hard -@mixin nowrap { white-space: nowrap; } +@warn "This import is deprecated. Use 'compass/typography/text/nowrap' instead."; + +@import "../../typography/text/nowrap";