Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_text-truncation.scss « helpers « scss - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6421dac9a85271cba3f65b5e7116c7fd907b9e72 (plain)
1
2
3
4
5
6
7
//
// Text truncation
//

.text-truncate {
  @include text-truncate();
}