Cyd Stumpel

Results 1 comments of Cyd Stumpel

I used this because I had trouble using splitting in combination with Highway JS, might be useful for you as well: ```js const splitted = document.querySelectorAll('[data-splitting]') if (splitted) { splitted.forEach(split...