Skip to content

Commit

Permalink
fix: style linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Sep 2, 2017
1 parent c3dbac6 commit 050e7f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $font-size-body: 14px !default;
$font-size-scale: 0.25vw !default;
$line-height-body: 1.55 !default;
$line-height-pre: 1.45 !default;
$link-color: #0074D9 !default;
$link-color: #0074d9 !default;
```

#### Using Sass with `node_modules`
Expand Down
2 changes: 1 addition & 1 deletion src/scss/typography/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre,
kbd,
samp {
font-family: $font-code; // 1
font-size: .75em; // 2
font-size: 0.75em; // 2
}

pre, code {
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $font-size-body: 14px !default;
$font-size-scale: 0.25vw !default;
$line-height-body: 1.55 !default;
$line-height-pre: 1.45 !default;
$link-color: #0074D9 !default;
$link-color: #0074d9 !default;

// note: use unitless line heights
// https://css-tricks.com/almanac/properties/l/line-height/#article-header-id-0
Expand Down

0 comments on commit 050e7f3

Please sign in to comment.