Sha256: 3fa10699fc4c903ac6c422c2058670322e5f0a794b30f4586cddd77ec97fa6f3
Contents?: true
Size: 151 Bytes
Versions: 342
Compression:
Stored size: 151 Bytes
Contents
@mixin word-wrap($wrap: break-word) { word-wrap: $wrap; @if $wrap == break-word { overflow-wrap: break-word; word-break: break-all; } }
Version data entries
342 entries across 334 versions & 10 rubygems