Skip to content

Commit

Permalink
πŸ› Fix line shifting w/ all whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Dec 7, 2023
1 parent 464d417 commit 78ed0de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
@mixin whitespace {
white-space: pre;
font-family: var(--font-monospace);
line-height: inherit;
line-height: 1;
color: var(--show-whitespace-color);
}

@mixin line-ending {
font-weight: var(--font-extralight);
font-family: var(--font-monospace);
line-height: inherit;
line-height: 1;
width: 1.2ch;
padding-left: 0.2ch;
vertical-align: middle;
Expand Down

0 comments on commit 78ed0de

Please sign in to comment.