Skip to content

Commit

Permalink
updates rem to px
Browse files Browse the repository at this point in the history
  • Loading branch information
jomurgel committed Oct 26, 2018
1 parent 8973d2d commit e176548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/sass/base/_scaffolding.scss
Expand Up @@ -18,7 +18,7 @@

// The section <header>
&-header {
border-bottom: rem(1) solid $color-scaffolding-border;
border-bottom: 1px solid $color-scaffolding-border;
display: flex;
justify-content: space-between;
margin-bottom: $gutter;
Expand Down Expand Up @@ -49,7 +49,7 @@
// The <pre> container.
pre {
background-color: $color-pre-background;
border: rem(1) solid $color-pre-border;
border: 1px solid $color-pre-border;
color: $color-pre-text;
margin: 0 0 $gutter;
padding: $gutter;
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/modules/navigation/_mobile-navigation.scss
Expand Up @@ -30,7 +30,7 @@
font-size: rem(14);

&:focus {
outline: rem(2) solid $color-mobile-menu-link;
outline: 2px solid $color-mobile-menu-link;
} // &:focus
} // a

Expand Down

0 comments on commit e176548

Please sign in to comment.