File: _text-truncation.scss

package info (click to toggle)
r-cran-bslib 0.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,332 kB
  • sloc: javascript: 10,075; makefile: 30; sh: 23
file content (7 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
//
// Text truncation
//

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