PostCSS plugin to remove scrollbar style rules.
I really hate when libraries (semantic UI, etc) try to style the scrollbar in browsers. This simply strips all styling for scrollbars.
This package requires postCSS:
npm i --save-dev postcss
then
npm i --save-dev postcss-reset-scrollbar
postcss([require('postcss-reset-scrollbar')]);
npm test
to run mocha tests