basscss-addons
Version:
Optional modules to extend Basscss
11 lines (6 loc) • 313 B
Markdown
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">
```