Sha256: 76c0dbda430daf6ceafdc3124d8b47391197e46ae92599a2a1a89df740a84ae8
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
//styles h1, h2, h3, h4, h5, h6{ font-family: $header-font-family; font-style: $header-font-style; color: $header-font-color; line-height: $header-line-height; letter-spacing: $header-letter-spacing; font-weight: $header-font-weight; } h1 { font-size: $h1-font-size; } h2 { font-size: $h2-font-size; } h3 { font-size: $h3-font-size; } h4 { font-size: $h4-font-size; } h5 { font-size: $h5-font-size; } h6 { font-size: $h6-font-size; }
Version data entries
3 entries across 3 versions & 1 rubygems