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 18, 2024
1 parent 181befc commit 0ce94da
Show file tree
Hide file tree
Showing 7 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Alternatively, you can run the application locally:

### npm tasks

* Install [Node.js](https://nodejs.org/en/), preferably version **16 LTS**
* Install [Node.js](https://nodejs.org/en/), preferably version **20 LTS**
* Run `npm i`
* Run `npm run autoprefixer` to update the vendor prefixes in our Sass files; should be run frequently
* Run `npm run svgo:base -- assets/img/foo.svg` to optimize specific file(s) or `npm run svgo`
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 0ce94da

Please sign in to comment.