Sha256: 85bffa19af0e5e03b37b20a902ce0575bbce538113f557cec3407645dfd5aef4

Contents?: true

Size: 510 Bytes

Versions: 74

Compression:

Stored size: 510 Bytes

Contents

// Prevent long urls and text from breaking layouts
// [originally from perishablepress.com](http://perishablepress.com/press/2010/06/01/wrapping-content/)
@mixin force-wrap {
  white-space: pre;           // CSS 2.0
  white-space: pre-wrap;      // CSS 2.1
  white-space: pre-line;      // CSS 3.0
  white-space: -pre-wrap;     // Opera 4-6
  white-space: -o-pre-wrap;   // Opera 7
  white-space: -moz-pre-wrap; // Mozilla
  white-space: -hp-pre-wrap;  // HP Printers
  word-wrap: break-word;      // IE 5+
}

Version data entries

74 entries across 73 versions & 13 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/compass/typography/text/_force-wrap.scss
arcabouco-0.2.13 vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/typography/text/_force-wrap.scss
gem_2345-0.1.2 stylesheets/compass/typography/text/_force-wrap.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/compass/typography/text/_force-wrap.scss
compass-core-1.0.3 stylesheets/compass/typography/text/_force-wrap.scss
compass-core-1.1.0.alpha.3 stylesheets/compass/typography/text/_force-wrap.scss
compass-core-1.1.0.alpha.2 stylesheets/compass/typography/text/_force-wrap.scss
compass-core-1.1.0.alpha.1 stylesheets/compass/typography/text/_force-wrap.scss
compass-core-1.1.0.alpha.0 stylesheets/compass/typography/text/_force-wrap.scss
compass-core-1.0.1 stylesheets/compass/typography/text/_force-wrap.scss