All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs._sass.bootstrap.mixins._text-overflow.scss Maven / Gradle / Ivy

There is a newer version: 2.0.1-alpha.8
Show newest version
// Text overflow
// Requires inline-block or block for proper styling

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy