Sha256: 6e76c647a69a153cf49965bab38693d4a8d62be52f1ac5603d8c5eb2762e859a
Contents?: true
Size: 673 Bytes
Versions: 4
Compression:
Stored size: 673 Bytes
Contents
@mixin sans-family { @include body-family; } @mixin body-family { font-family: $default-font-family; } @mixin title-family { font-family: $title-font-family; } @mixin body-large { font-size: $f4; line-height: 1.5; } @mixin body-medium { font-size: $f5; line-height: 18px; } @mixin body-small { font-size: $f6; line-height: 1.5; } @mixin title { font-family: $title-font-family; font-weight: bold; } @mixin title-large { @include title; font-size: $h1; line-height: 1.125; } @mixin title-medium { @include title; font-size: $h2; line-height: 1.5; } @mixin title-small { @include title; font-size: $f4; line-height: 1.5; }
Version data entries
4 entries across 4 versions & 1 rubygems