Sha256: 652f93669b0a809741664f15f0fc76ac9571a53a03ca6f214f7c146e75a01f25

Contents?: true

Size: 619 Bytes

Versions: 5

Compression:

Stored size: 619 Bytes

Contents

// Import color scheme partial.
@import "novella/solarized";
@import "novella/font";

$font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-size: 1em;
$font-weight: 400;
$line-height: 1.5;

$text-color: $dark-base-color;
$faded-color: $light-base-color-1;
$background-color: $light-base-color-3;
$highlight-color: $light-base-color-2;

$content-width: 60em;
$spacing-unit: 2em;

$small-screen: 40em;
$medium-screen: 50em;
$large-screen: 70em;

// Import remaining partials.
@import
  "novella/reset",
  "novella/mixins",
  "novella/placeholders",
  "novella/base",
  "novella/layout",
  "novella/syntax";

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
novella-0.2.0 _sass/novella.scss
novella-0.1.3 _sass/novella.scss
novella-0.1.2 _sass/novella.scss
novella-0.1.1 _sass/novella.scss
novella-0.1.0 _sass/novella.scss