Sha256: 33342a7b827ddad2d458579063bc7b5c5e3a9b77dc79dc3260ab3daee26bc5b3
Contents?: true
Size: 334 Bytes
Versions: 26
Compression:
Stored size: 334 Bytes
Contents
// ============================================================================= // Forms // ============================================================================= @import "bootstrap/mixins"; // Truncate words based on their width. @mixin truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Version data entries
26 entries across 26 versions & 1 rubygems