Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NajiObeid committed Jan 24, 2025
1 parent 00d78e8 commit 1710521
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ module.exports = {
*/
'css-initial-value',

/**
* Parcial supported - Safari
*
* https://caniuse.com/?search=css-marker-pseudo
*/
'css-marker-pseudo',

/**
* Not supported - IE11
*
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
font-family: var(--mm-font-stack-display);
font-size: 16px;
font-weight: 500;
margin: 0 0 calc(var(--mm-spacing) / 2) 0;
margin: 0 0 calc(var(--mm-spacing) / 2);
margin-bottom: calc(var(--mm-spacing) / 2);
}

Expand Down
1 change: 0 additions & 1 deletion assets/scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
.pagination__newer,
.pagination__older {
align-items: center;
background: 0.1s ease-in-out;
border-radius: var(--mm-border-radius);
color: var(--mm-color-display-text);
column-gap: calc(var(--mm-spacing) / 2);
Expand Down

0 comments on commit 1710521

Please sign in to comment.