Sha256: 62623ac4281148246991b29f3402287edce3c53e793a02747d0b8eff73d5520b
Contents?: true
Size: 625 Bytes
Versions: 36
Compression:
Stored size: 625 Bytes
Contents
/* Table of Contents ================================================== # Variable */ /* # Variable ================================================== */ $color-primary: $color-blue; $color-secondary: $color-green; $color-tertiary: $color-red; $typography-base-font: 'Gotham Round'; $typography-heading-font: 'Gotham'; $typography-heading: $typography-heading-font, 'Helvetica', Helvetica, Arial, sans-serif; $typography-monospace: Monaco, Menlo, Consolas, 'Courier New', monospace; $typography-sans-serif: $typography-base-font, 'Helvetica', Helvetica, Arial, sans-serif; $typography-serif: 'Times New Roman', Times, serif;
Version data entries
36 entries across 36 versions & 1 rubygems