Sha256: e278ce0eb0f915fcfa5204818e28268a06035f3e4c7b3fa312682f1ccb1adab3

Contents?: true

Size: 615 Bytes

Versions: 8

Compression:

Stored size: 615 Bytes

Contents

@mixin chameleon-typography-base {
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }

  a {
    color: $color-primary;
    font-weight: 500;
  }

  p,
  ul li,
  ol li {
    @extend %p;
  }

  .p-max {
    @extend %p-max;
  }

  .p-min {
    @extend %p-min;
  }

  strong {
    font-weight: 600;
  }

  code {
    font-family: $font-family-monospace;
    font-size: rem-calc(14px);
    font-feature-settings: normal;
    background-color: $color-snow;
    padding: 4px 4px;
    border-radius: 3px;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pusher-chameleon-1.4.6 stylesheets/typography/_base.scss
pusher-chameleon-1.4.5 stylesheets/typography/_base.scss
pusher-chameleon-1.4.4 stylesheets/typography/_base.scss
pusher-chameleon-1.4.3 stylesheets/typography/_base.scss
pusher-chameleon-1.4.2 stylesheets/typography/_base.scss
pusher-chameleon-1.4.1 stylesheets/typography/_base.scss
pusher-chameleon-1.4.0 stylesheets/typography/_base.scss
pusher-chameleon-1.3.0 stylesheets/typography/_base.scss