Skip to content

Commit b3bddd2

Browse files
committed
refactor: resolve various StyleLint warnings
1 parent edcac2e commit b3bddd2

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

_sass/base/_syntax.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
margin-bottom: 0;
2525
font-size: v.$code-font-size;
2626
line-height: 1.4rem;
27-
word-wrap: normal; /* Fixed Safari overflow-x */
2827
}
2928

3029
table {

_sass/base/_typography.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
}
2727
}
2828

29-
& {
30-
font-size: 1rem + (5 - $i) * $size-factor;
31-
}
29+
font-size: 1rem + (5 - $i) * $size-factor;
3230
} @else {
3331
font-size: 1.05rem;
3432
}

_sass/pages/_home.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@
134134
.page-link {
135135
color: var(--btn-patinator-text-color);
136136
padding: 0 0.6rem;
137-
display: -webkit-box;
138-
-webkit-box-pack: center;
139-
-webkit-box-align: center;
140137
border-radius: 0.5rem;
141138
border: 0;
142139
background-color: inherit;

0 commit comments

Comments
 (0)