Sha256: 0be04d7454ab600d6cffb4f44f730937fe8269c4372c44693cf55faaed93a076

Contents?: true

Size: 1.24 KB

Versions: 13

Compression:

Stored size: 1.24 KB

Contents

// Font size

@mixin fs-1 {
  font-size: 9px !important;

  @include mq(sm) {
    font-size: 10px !important;
  }
}

@mixin fs-2 {
  font-size: 11px !important;

  @include mq(sm) {
    font-size: 12px !important;
  }
}

@mixin fs-3 {
  font-size: 12px !important;

  @include mq(sm) {
    font-size: 14px !important;
  }
}

@mixin fs-4 {
  font-size: 15px !important;

  @include mq(sm) {
    font-size: 16px !important;
  }
}

@mixin fs-5 {
  font-size: 16px !important;

  @include mq(sm) {
    font-size: 18px !important;
  }
}

@mixin fs-6 {
  font-size: 18px !important;

  @include mq(sm) {
    font-size: 24px !important;
    line-height: $body-heading-line-height;
  }
}

@mixin fs-7 {
  font-size: 24px !important;
  line-height: $body-heading-line-height;

  @include mq(sm) {
    font-size: 32px !important;
  }
}

@mixin fs-8 {
  font-size: 32px !important;
  line-height: $body-heading-line-height;

  @include mq(sm) {
    font-size: 36px !important;
  }
}

@mixin fs-9 {
  font-size: 36px !important;
  line-height: $body-heading-line-height;

  @include mq(sm) {
    font-size: 42px !important;
  }
}

@mixin fs-10 {
  font-size: 42px !important;
  line-height: $body-heading-line-height;

  @include mq(sm) {
    font-size: 48px !important;
  }
}

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
dendron-jekyll-0.3.12 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.11 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.9 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.8 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.7 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.6 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.5 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.4 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.3 _sass/support/mixins/_typography.scss
dendron-jekyll-0.3.2 _sass/support/mixins/_typography.scss
just-the-docs-0.3.1 _sass/support/mixins/_typography.scss
just-the-docs-0.3.0 _sass/support/mixins/_typography.scss
just-the-docs-0.2.9 _sass/support/mixins/_typography.scss