Skip to content

Commit

Permalink
fix: pixel baseline: removes rem calculations (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored May 19, 2022
1 parent 617e25e commit 560733d
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 827 deletions.
4 changes: 0 additions & 4 deletions src/styles/abstracts/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,3 @@ $px-only: false !default;
@mixin baseline($zoom: 100%) {
font-size: _divide($zoom, 16px) * $baseline;
}

html {
@include baseline;
}
78 changes: 0 additions & 78 deletions src/styles/components/_banners.scss

This file was deleted.

72 changes: 0 additions & 72 deletions src/styles/components/_dialogs.scss

This file was deleted.

80 changes: 0 additions & 80 deletions src/styles/components/_info-bars.scss

This file was deleted.

107 changes: 0 additions & 107 deletions src/styles/components/_menus.scss

This file was deleted.

Loading

0 comments on commit 560733d

Please sign in to comment.