postcss-reset-scrollbar
v1.1.3
Published
Revert scrollbars that are styled by semantic-ui or other custom stylesheets
Downloads
18
Readme
PostCSS Reset Scrollbar
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.
Installing
This package requires postCSS:
npm i --save-dev postcss
then
npm i --save-dev postcss-reset-scrollbar
Usage
postcss([require('postcss-reset-scrollbar')]);
Testing
npm test
to run mocha tests