Sha256: c66c9d1afdddf3b65adc9c2a006f1bead0d3b2ecf85cebd8c0b790e688335ee3

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

.word-break {
  -ms-word-break: keep-all;
  word-break: keep-all; }

.hyphens {
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual; }

.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-sourcemaps-0.12.2.sourcemaps.57a186c test/fixtures/stylesheets/compass/css/hyphenation.css