Sha256: 8b902c805dbf8b808f0ccb81107912fe4f8827a5dc20c95d6b01a4d3884515a2
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
// ============================================================================= // TRUNCATE TEXT // // The truncate text mixin sets up an easier way to truncate text with // an ellipsis default. // // Available As: // +skeletor-truncate-text() // +s-truncate-text() // +s-tt() // // ============================================================================= // ----------------------------------------------------------------------------- // Truncate Text // ----------------------------------------------------------------------------- =skeletor-truncate-text($text: ellipsis) overflow: hidden text-overflow: $text white-space: nowrap // ----------------------------------------------------------------------------- // Alias for truncate text mixin // ----------------------------------------------------------------------------- =s-truncate-text($text: ellipsis) +skeletor-truncate-text($text) =s-tt($text: ellipsis) +skeletor-truncate-text($text) // ----------------------------------------------------------------------------- // If no-conflict set to allow shorter mixin names // ----------------------------------------------------------------------------- // @if $no-conflict // =truncate-text($text: ellipsis) // +skeletor-truncate-text($text)
Version data entries
4 entries across 4 versions & 1 rubygems