Sha256: d3a74096908f62974531efa5d3a673ca7d7bdffad9d402d39caa838f0a16da3e
Contents?: true
Size: 299 Bytes
Versions: 27
Compression:
Stored size: 299 Bytes
Contents
.word-break { word-break: keep-all; } .hyphens { -moz-hyphens: manual; -ms-hyphens: manual; -webkit-hyphens: manual; hyphens: manual; } .hyphenate { word-break: break-all; word-break: break-word; -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
Version data entries
27 entries across 26 versions & 2 rubygems