Skip to content

Commit

Permalink
docs: remove references to modular scale in src & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 2, 2017
1 parent a34ce4a commit 256cd6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions guide.md
Expand Up @@ -22,8 +22,6 @@ See how elements are styled with `style.css`.

## <a id="headings" href="#headings">Headings</a>

Headings sizes are on a [modular scale](http://www.modularscale.com/?1&em&1.125&sass&text) using a base of `1em` and a [major-second](https://github.com/modularscale/modularscale-sass#ratios) (`1.125`) ratio.

# h1 Heading `with code` <small>and small text</small>
## h2 Heading `with code` <small>and small text</small>
### h3 Heading `with code` <small>and small text</small>
Expand Down
2 changes: 0 additions & 2 deletions src/scss/typography/_headings.scss
Expand Up @@ -21,8 +21,6 @@ h6 {
code { font-size: 90% }
}

// modular scale: 1.2
// http://www.modularscale.com/?1&em&1.125&sass&text
h1 { font-size: 3em; }
h2 { font-size: 2.25em; }
h3 { font-size: 1.75em; }
Expand Down

0 comments on commit 256cd6f

Please sign in to comment.