To add your custom styles, itโs possible to use the css-links attribute. It allows to add one more CSS files to the slider:
<toolcool-range-slider css-links="/path/file-name-1.css"></toolcool-range-slider>
You can add more than one path by separating them with ;
<toolcool-range-slider css-links="/path/file-name-1.css; /path/file-name-2.css;"></toolcool-range-slider>
๐ An example page with the source code can be found here.