Sha256: 88e647e3af6e43473b5432c8db47385be8cd8e2f5e47659530a1f2d70a73950c

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 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-medium {
  font-size: $f5;
  line-height: 1.5;
}

@mixin body-small {
  font-size: $f6;
  line-height: 1.5;
}

@mixin title-large {
  font-size: $h1;
  line-height: 1.125;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
captive-admin-0.2.3 app/assets/stylesheets/captive-admin/mixins/_typography.scss