Skip to content

Commit

Permalink
Fix code linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Jan 18, 2024
1 parent 7238e60 commit d6893f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ module.exports = {
true,
{ ignorePseudoClasses: ['global'] },
],
'value-list-comma-newline-after': null,
'value-list-comma-space-after': null,
},
};
4 changes: 3 additions & 1 deletion src/assets/scss/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
width: 100px;
height: 100%;
content: '';
box-shadow: 0 0 10px $primary, 0 0 5px $primary;
box-shadow:
0 0 10px $primary,
0 0 5px $primary;
opacity: 1;
transform: rotate(3deg) translate(0, -4px);
}
Expand Down

0 comments on commit d6893f3

Please sign in to comment.