
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.

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

