Sha256: 1caf049738790e8a91ddd674056009b4475f25b717ec4289ad7aff56b3cf7790

Contents?: true

Size: 312 Bytes

Versions: 11

Compression:

Stored size: 312 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

11 entries across 10 versions & 3 rubygems

Version Path
compass-0.12.7 test/fixtures/stylesheets/compass/css/hyphenation.css
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/test/fixtures/stylesheets/compass/css/hyphenation.css
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.6 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.5 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.4 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.3 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.13.alpha.2 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.2 test/fixtures/stylesheets/compass/css/hyphenation.css
compass-0.12.2.rc.1 test/fixtures/stylesheets/compass/css/hyphenation.css