Author: Jesse Baird jebaird@gmail.com
Styled scrollbars using only css. Uses myth.io as a postprocessor to generate a stylesheet that "normalizes" supported scrollbar styles across chrome and IE. Sadly Firefox doesn't support styling the native scrollbar via css.
Run the following
nmp installnode index.js
Now include the generated stylesheet in your project:
<link rel="stylesheet" type="text/css" href="decentscroll-converted.css">
Or check out test.html
Note: Unless your browser supports css custom properties every time you make a change to var.css you will have to rerun index.js