Slight documentation bug, in styling
jfrancos opened this issue · 6 comments
Thanks for this fantastic project!!
Describe the bug
The period is missing from the pipval
class:
.rangeSlider > .rangePips > .pip > pipVal
should be
.rangeSlider > .rangePips > .pip > .pipVal
To Reproduce
Steps to reproduce the behavior:
Visit https://simeydotme.github.io/svelte-range-slider-pips/#styling
I'm happy to submit a PR for this but I couldn't find your simeydotme.github.io
repo. Maybe it's private? (Or maybe I'm just confused about how github pages works)
I'm happy to submit a PR for this but I couldn't find your
simeydotme.github.io
repo. Maybe it's private? (Or maybe I'm just confused about how github pages works)
yeh it's confusing. gh-pages is a branch
https://github.com/simeydotme/svelte-range-slider-pips/tree/gh-pages .. kind of awkward. I'll get to it later, or you can submit PR if you want :)
Found it! Okay Docs.svx has it correct as of the latest commit on 10/12/2022 but public/build
is 11 months old
oops, guess it didn't build, hold up :o
sorted
Thanks!