Sha256: 22c921c452ea13fe219794eab106a8bfb93525958122ebbacadc5d97799826ee

Contents?: true

Size: 598 Bytes

Versions: 2

Compression:

Stored size: 598 Bytes

Contents

//-------------------------------------
//  Base
//-------------------------------------

@include establish-baseline;

html {
  font-family: $base-font;
}

body {
  @include adjust-font-size-to($base-font-size);

  @if $debug {
    @include debug-vertical-alignment;
  }
}

// ----- Block Content ----- //

// Containers

// Headings

// Paragraphs

// ----- Inline Content ----- //

// Forms


// Links

a {
  text-decoration: none;
  outline-style: none;

  &:hover,
  &:focus {
    text-decoration: underline;
  }
}

// Formatting

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mosh_generator-0.1.1 templates/public_directory/stylesheets/scss/core/_base.scss
mosh_generator-0.1.0 templates/public_directory/stylesheets/scss/core/_base.scss