Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielstern/range.css

Awesome Cross-Browser CSS Styles Made with LESS
https://github.com/danielstern/range.css

Last synced: 12 days ago
JSON representation

Awesome Cross-Browser CSS Styles Made with LESS

Awesome Lists containing this project

README

        

# range.css
## LESS Generated Browser Compatible CSS Range Sliders

## [Project Website (Click)](http://danielstern.ca/range.css/)

Contributions and issues welcome.

Release notes:
0.3 -Mar 2023
- First update in 9 years! Woo!

0.2 -Nov 9 (201x)
- reduce default margin
- increased support for ie somewhat
- added new directive

#### Using with Flexbox
Flexbox on the input directly affects the style dimensions resulting in the undesired look.
Therefore enclosing the input inside a standard div with a display of block that acts as the flex item, achieves the desired result.