1.1.3 • Published 7 years ago

postcss-reset-scrollbar v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

PostCSS Reset Scrollbar

Build Status npm npm npm.io GitHub issues

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

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago