Skip to content

Commit

Permalink
Merge branch 'main' into xmr/scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 30, 2024
2 parents 1d3cacb + 8ca9f50 commit 8609441
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 48 deletions.
107 changes: 62 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"stylelint": "^16.2.1",
"stylelint": "^16.3.1",
"stylelint-config-twbs-bootstrap": "^14.0.0",
"vanilla-lazyload": "^18.0.0",
"vanilla-lazyload": "^19.0.5",
"vnu-jar": "23.4.11"
}
}
2 changes: 1 addition & 1 deletion src/assets/js/lazyload.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LazyLoad from 'vanilla-lazyload'
import LazyLoad from 'vanilla-lazyload/dist/esm/lazyload.js'

const lazyLoadOptions = {
elements_selector: '.lazy',
Expand Down

0 comments on commit 8609441

Please sign in to comment.