Sha256: 460e9ff1ed3508994bfdb25a6a11b7d36e5c3e19268e74f99419c0929866710b
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
// Modules @import "modules/all"; // Font weights $light: 100; $regular: 400; $bold: 600; // Base Font $base-font-family: 'PT Sans', sans; $base-heading-font: 'PT Serif', serif; $base-font-weight: $regular; $base-font-color: $darkgrey; $base-font-size: 16px; $base-line-height: 6px; $base-line-mult: 4; // Headings $h1: 32px; $h2: 24px; $h3: 18px; $h4: 16px; $h5: 13px; $h6: 12px; $headings: $h1, $h2, $h3, $h4, $h5, $h6;
Version data entries
4 entries across 4 versions & 1 rubygems