-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
goldst.github.io/blocks/card/card.js
Lines 44 to 49 in e55b3da
| * @todo this creates a dependency to the projects block by using | |
| * their classes, resolve somehow? | |
| */ | |
| document.querySelector('.projects__inner') | |
| .addEventListener('scroll', () => doEvent()); | |