justin chick

Results 6 comments of justin chick

This seems like the sort of thing that could be addressed with an improvement to the docs and a working example in the code, similar to how CSS is treated.

Ah, makes sense. Cool, I'll clean up what I have a submit PR.

I ran into this bug as well & was able to resolve it by removing the browser's default right margin from the `ul.slider__slides` element. Ex: ``` .slider__slides { margin-right: 0;...

I ran into this bug as well & was able to resolve it by removing the browser's default right margin from the `ul.slider__slides` element. Ex: ``` .slider__slides { margin-right: 0;...

@MickL @wysman bower can consume this library. see the docs: https://bower.io/docs/api/#install

@wstoettinger have not tested it but this looks promising: https://www.npmjs.com/package/throttle-debounce-fn I know it's not the ideal method of managing dependencies but since the lib is so small and the last...