basscss-color-input-range

Input range color module for Basscss

Usage no npm install needed!

<script type="module">
  import basscssColorInputRange from 'https://cdn.skypack.dev/basscss-color-input-range';
</script>

README

This color module styles range inputs to match other form styles in Basscss.

The .range-light style inherits color from its parent. Use color utilities to change the slider thumb color.

<input type="range" class="full-width range-light">
<input type="range" class="full-width blue range-light">