Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 17, 2024
1 parent 6b17d06 commit 46e8345
Show file tree
Hide file tree
Showing 6 changed files with 1,921 additions and 4,242 deletions.
6 changes: 4 additions & 2 deletions .stylelintrc → .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"extends": [
"stylelint-config-twbs-bootstrap"
],
"reportInvalidScopeDisables": true,
"reportNeedlessDisables": true,
"rules": {
"indentation": 4,
"number-leading-zero": "always",
"@stylistic/indentation": 4,
"@stylistic/number-leading-zero": "always",
"order/properties-order": null,
"property-no-vendor-prefix": null,
"selector-no-vendor-prefix": null,
Expand Down
1 change: 0 additions & 1 deletion _sass/components/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
// stylelint-disable-next-line max-line-length
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
padding-top: 5rem; // for fixed to top navbar
}
Loading

0 comments on commit 46e8345

Please sign in to comment.