locomotivecms/engine

View on GitHub
app/assets/stylesheets/locomotive/new/_mixins.scss

Summary

Maintainability
Test Coverage
// =============================================================================
// Forms
// =============================================================================

@import "bootstrap/mixins";

// Truncate words based on their width.

@mixin truncate() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}