Sha256: b19ee99d6b60b4bcd0ad2112380565df664428e64a737fa3cb9504c8cd51d786

Contents?: true

Size: 1.32 KB

Versions: 11

Compression:

Stored size: 1.32 KB

Contents

@import "../variables/typography";
@import "../mixins";

.txt--normal {
  font-weight: $font-normal !important;
  font-style: normal !important;
}

.txt--bold {
  font-weight: $font-bold;
}

.txt--underline {
  text-decoration: underline;
}

.txt--uppercase {
  text-transform: uppercase;
}

.txt--spread {
  letter-spacing: $tracking-widest;
}

.txt--nowrap {
  white-space: nowrap;
}

.txt--wrap {
  white-space: normal;
}

.txt--break-words {
  word-wrap: break-word;
}

.txt--break-words-alt {
  word-break: break-word;
}

.txt--break-all {
  word-break: break-all;
}

.txt--ellipsis {
  @include ellipsis;
}

.txt--dimmed {
  opacity: 0.75;
}

.txt--very-dimmed {
  opacity: 0.5;
}

.txt--tight-lines {
  line-height: $leading-tight;
}

.txt--overflow-hidden {
  overflow: hidden;
}

.txt--xs {
  font-size: $text-xs;
}

.txt--sm {
  font-size: $text-sm;
}

.txt--md {
  font-size: $text-base;
}

.txt--lg {
  font-size: $text-lg;
}

.txt--xl {
  font-size: $text-xl;
}

.txt--2xl {
  font-size: $text-2xl;
}

.txt--3xl {
  font-size: $text-3xl;
}

.txt--4xl {
  font-size: $text-4xl;
}

.txt--5xl {
  font-size: $text-5xl;
}

.txt--6xl {
  font-size: $text-6xl;
}

.txt--7xl {
  font-size: $text-7xl;
}

.txt--8xl {
  font-size: $text-8xl;
}

.txt--9xl {
  font-size: $text-9xl;
}

.undecorated {
  color: inherit;
  text-decoration: none;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sass-zero-1.3.3 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.3.2 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.3.1 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.3.0 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.2.3 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.2.2 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.2.1 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.2.0 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.1.7 app/assets/stylesheets/sass-zero/utilities/_text.scss
sass-zero-1.1.6 app/assets/stylesheets/sass-zero/utilities/text.scss
sass-zero-1.1.5 app/assets/stylesheets/sass-zero/utilities/text.scss