Sha256: f44e5e72e0644a6ae945b397594547789a19c238274b56628c774b5593e22891

Contents?: true

Size: 1.03 KB

Versions: 17

Compression:

Stored size: 1.03 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: 14px !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;
  }
}

@mixin fs-7 {
  font-size: 24px !important;

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

@mixin fs-8 {
  font-size: 32px !important;

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

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

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

@mixin fs-10 {
  font-size: 42px !important;

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
just-the-docs-0.2.8 _sass/support/mixins/_typography.scss
just-the-docs-0.2.7 _sass/support/mixins/_typography.scss
just-the-docs-0.2.6 _sass/support/mixins/_typography.scss
just-the-docs-0.2.5 _sass/support/mixins/_typography.scss
just-the-docs-0.2.4 _sass/support/mixins/_typography.scss
just-the-docs-altair-0.2.3 _sass/support/mixins/_typography.scss
just-the-docs-0.2.3 _sass/support/mixins/_typography.scss
just-the-docs-0.2.2 _sass/support/mixins/_typography.scss
just-the-docs-0.2.1 _sass/support/mixins/_typography.scss
just-the-docs-0.2.0 _sass/support/mixins/_typography.scss
just-the-docs-0.1.6 _sass/support/mixins/_typography.scss
just-the-docs-0.1.5 _sass/support/mixins/_typography.scss
just-the-docs-0.1.4 _sass/support/mixins/_typography.scss
just-the-docs-0.1.3 _sass/support/mixins/_typography.scss
just-the-docs-0.1.2 _sass/support/mixins/_typography.scss
just-the-docs-0.1.1 _sass/support/mixins/_typography.scss
just-the-docs-0.1.0 _sass/support/mixins/_typography.scss