Sha256: 456feb881b95ff068d494c3e936605c4690698c099c9fb32c81fa3f6efaf8233

Contents?: true

Size: 1.03 KB

Versions: 8

Compression:

Stored size: 1.03 KB

Contents

/*
 * THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
 *
 * To change the contents of this file,
 * edit `_sass/pooleparty/_code.pre.scss`
 * and run `npm run build:css`.
 *
 * During development you can run `npm run watch:css`
 * to continuosly rebuild this file.
 */

// Code
//
// Inline and block-level code snippets. Includes tweaks to syntax highlighted
// snippets from Pygments/Rouge and Gist embeds.


code, pre {
  font-family: $code-font-family;
}

code {
  padding: .25em .5em;
  background-color: $code-bg;
  font-size: .85em;
}

pre {
  margin-top: 0;
  display: block;
  line-height: 1.4;
  font-size: .85em;

  /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  /* Make code same width as regular text, and scroll the full page width on mobile */
  @include pre();

  backface-visibility: hidden;
}

pre > code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
}

pre, .highlight {
  margin-bottom: 2rem;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.2.0 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.1.1 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.1.0 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.0.1 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.0.0 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.0.0.pre.beta.1 _sass/pooleparty/__link/_code.scss
jekyll-theme-hydejack-7.0.0.pre.beta.0 _sass/pooleparty/__link/_code.scss