Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cstoobes committed Mar 3, 2022
1 parent eb1cd77 commit 0409163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions scss/base/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ img {
-ms-interpolation-mode: bicubic;
}

// Non-fluid images if you specify `width` and/or `height` attributes
img[width],
img[height] { max-width: none; }

// Where `margin-bottom` is concerned, this value will be the same as the
// base line-height. This allows us to keep a consistent vertical rhythm.
// As per: csswizardry.com/2012/06/single-direction-margin-declarations
Expand Down
2 changes: 1 addition & 1 deletion scss/base/_widths.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $grid-widths: (
math.div(7, 10): seven-tenths,
math.div(9, 10): nine-tenths,

//Twelfths
// Twelfths
math.div(1, 12): one-twelfth,
math.div(5, 12): five-twelfths,
math.div(7, 12): seven-twelfths,
Expand Down

0 comments on commit 0409163

Please sign in to comment.