Sha256: ca81c5711c867bcecbbcc94135ebcec238038b5eaf38fdf44e21665257e7698c
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
// Define defaults for each variable. $base-font-family: -apple-system-font, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif !default; $monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace !default; $base-font-size: 17px !default; $base-font-weight: 400 !default; $heavy-font-weight: 500 !default; $small-font-size: $base-font-size * 0.875 !default; $nav-font-size: 14px !default; $base-line-height: 1.5 !default; $spacing-unit: 30px !default; $text-color: #333 !default; $light-text-color: #fff !default; $background-color: #fff !default; $dark-background-color: #111 !default; $footer-background-color: #f2f2f2 !default; $brand-color: #2568ba !default; $a-color: #0070c9 !default; $grey-color: #828282 !default; $grey-color-light: lighten($grey-color, 40%) !default; $grey-color-dark: darken($grey-color, 25%) !default; // Width of the content area $content-width: 980px !default; $on-palm: 692px !default; $on-laptop: 980px !default; @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials. @import "apple/base", "apple/layout", "apple/syntax-highlighting" ;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-apple-1.0.2 | _sass/apple.scss |
jekyll-apple-1.0.1 | _sass/apple.scss |