Sha256: 4190aa3b6fd48c64292bae665e257da2eb132e3648d2d9a4e8f83c7d21cd4558

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

html {
  --font-family: #{$font-family};
  --font-family-heading: #{$font-family-heading};
  --code-font-family: #{$code-font-family};

  --root-font-size: #{$root-font-size};
  --root-font-size-medium: #{$root-font-size-medium};
  --root-font-size-large: #{$root-font-size-large};
  --root-font-size-print: #{$root-font-size-print};
  --root-line-height: #{$root-line-height};

  --font-weight: #{$font-weight};
  --font-weight-bold: #{$font-weight-bold};
  --font-weight-heading: #{$font-weight-heading};

  // --content-width: #{$content-width};
  // --content-width-2: #{$content-width-2};
  --content-width-5: #{$content-width-5};

  // --content-margin-3: #{$content-margin-3};
  --content-margin-5: #{$content-margin-5};

  --sidebar-width: #{$sidebar-width};
  --half-content: #{$half-content};

  // --break-point-1: #{$break-point-1};
  // --break-point-2: #{$break-point-2};
  --break-point-3: #{$break-point-3};
  // --break-point-4: #{$break-point-4};
  --break-point-5: #{$break-point-5};
  // --break-point-font-large: #{$break-point-font-large};

  --break-point-dynamic: #{$break-point-dynamic};

  @include light-mode();
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.1.9 _sass/html.scss
jekyll-theme-hydejack-9.1.8 _sass/html.scss
jekyll-theme-hydejack-9.1.7 _sass/html.scss